Pinned Loading
-
Функция debug для Битрикс
Функция debug для Битрикс 1<?function debug($var, $die = false, $all = false) {
2global $USER;
3if( $USER->IsAdmin() || $all == true ) { ?>
4<font style="text-align: left; font-size: 9px;line-height: 1;display:block;clear:both"><pre><?print_r($var)?></pre></font>
5<? } if($die) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.