Concrete class for generating debug dumps related to the output source.
dump(mixed $var, string $label, bool $echo) : string
This is a wrapper for var_dump() that adds the
tags, cleans up newlines and indents, and runs htmlentities() before output.
mixedThe variable to dump.
stringOPTIONAL Label to prepend to output.
boolOPTIONAL Echo output if true.
stringgetSapi() : \Zend\Debug\string;
This defaults to the value of PHP_SAPI.
\Zend\Debug\string;setEscaper(\Zend\Escaper\Escaper $escaper)
\Zend\Escaper\Escaper
setSapi(string $sapi) : \Zend\Debug\void;
Setting a value of null causes Zend_Debug to use PHP_SAPI.
string
\Zend\Debug\void;$sapi : string