This article describes how to use the dump function to add a breakpoint test for php. For more information, see
This article describes how to use the dump function to add a breakpoint test for php. For more information, see
The Code is as follows:
Function dump ($ var, $ echo = true, $ label = null, $ strict = true)
{
$ Label = ($ label = null )? '': Rtrim ($ label ).'';
If (! $ Strict ){
If (ini_get ('html _ errors ')){
$ Output = print_r ($ var, true );
$ Output ="
".W.label.html specialchars ($ output, ENT_QUOTES )."
";
} Else {
$ Output = $ label. ":". print_r ($ var, true );
}
} Else {
Ob_start ();
Var_dump ($ var );
$ Output = ob_get_clean ();
If (! Extension_loaded ('xdebug ')){
$ Output = preg_replace ("/\] \=\> \ n (\ s +)/m", "] =>", $ output );
$ Output ='
'. $ Label. htmlspecialchars ($ output, ENT_QUOTES ).'
';
}
}
If ($ echo ){
Echo ($ output );
Return null;
} Else
Return $ output;
}
, Hong Kong virtual host, Hong Kong server, Hong Kong Virtual Host