/ Published in: PHP
Debugger analog for PHP: debugger console_log ().
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function console_log() { static $f = false; else $s = $arg; } } //Primer ispol`zovaniia # skript vy`polniaetsia, peremenny`e sozdaiutsia # a teper` uznaem, kak u nas dela console_log('$a',$a,'$b',$b,'? ??? $c',$c); // ========= Variant 2 ============= public function _console_log(){ static $f = false; else $s = $arg; } }
URL: http://pavluha.net/php-analog-funktsii-console-log.html