freebsd-ports/devel/pear-Var_Dump/pkg-descr
Sunpoet Po-Chuan Hsieh 92266c5224 - Update WWW: pear.php.net uses https://
Approved by:	portmgr (blanket)
2016-12-13 15:05:06 +00:00

16 lines
543 B
Text

The Var_Dump class is a wrapper for the var_dump function.
The var_dump function displays structured information about expressions that
includes its type and value. Arrays are explored recursively with values
indented to show structure.
The Var_Dump class captures the output of the var_dump function, by using output
control functions, and then uses external renderer classes for displaying the
result in various graphical ways:
* Simple text,
* HTML/XHTML text,
* HTML/XHTML table,
* XML,
* ...
WWW: https://pear.php.net/package/Var_Dump