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.
mixed
The variable to dump.
string
OPTIONAL Label to prepend to output.
bool
OPTIONAL Echo output if true.
string
getSapi() : \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\Debug to use PHP_SAPI.
string
\Zend\Debug\void;
$sapi : string