- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 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");
http://www.quicksolution2.in
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