- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
if (!function_exists('printr')) {
function printr($array) {
GLOBAL $USER;
if (!$USER->IsAdmin()) return false;
$args = func_get_args();
if (count($args) > 1) {
foreach ($args as $values)
printr($values);
} else {
if (is_array($array) || is_object($array)) {
echo "<pre>";
print_r($array);
echo "</pre>";
} else {
echo $array;
}
}
return true;
}
}
printr($arr1,$arr2, $str, "string");
Битрикс. Собственный уникальный print_r c Машанями и Медведем. Видио о существовании xdebug адепты bitrix не догадываются.
http://b.pages.org.ua/php_interface/2011/03/03/universalnyy-print_r-dlya-bitriksa.html
guest 22.04.2017 13:27 # 0
http://www.quicksolution2.in
guest 22.04.2017 13:28 # 0
https://quicksoluction.com
packers and movers in delhi
http://quicksoluction.com/packers-and-movers-in-delhi.html
packers and movers in mumbai
http://quicksoluction.com/packers-and-movers-in-mumbai.html
packers and movers in pune
http://quicksoluction.com/packers-and-movers-in-pune.html
packers and movers in gurgaon
http://quicksoluction.com/packers-and-movers-in-gurgaon.html
CrashTesterAnusov 23.04.2017 23:12 # 0