PHP - debug
Войти

PHP - debug

PHP - debug

1
2
3
4
5
6
7
<?php 

   
function debug($arr){
      echo 
"<pre>" print_r($arr,true) . "</pre>";
   }

?>
Теги:
php