Function firebugOut
send a message to the Firebug console (also supported for IE version >= 10), return the js code to access firebug
samples:
firebugOut('123', FIREBUG_INFO);
firebugOut(array('m1'=>111));
firebugOut(array('m1'=>array('1',2)));
firebugOut(array('m1'=>array('l1'=>'Hello','l2'=>'World')));
firebugOut(array('m1'=>array(FIREBUG_WARN.':1',2)));
Located at
tools.lib.php
Parameters summary
mixed |
$msg |
|
integer |
$type = null |
FIREBUG_<xxx>, only if $msg is not an array |
Return value summary
string
|
string |