| Pear Announce 2004-05-27, 9:38 am |
| The new PEAR package Var_Dump-1.0.0RC1 (beta) has been released at http://pear.php.net/.
Release notes
-------------
- Treated array(0) as a single element, instead of an array, to avoid useless additions of generated content.
- Removed optional fold markers {{{ and }}}
- Corrected a shift issue in alignment of multi-lines texts.
- Added PHPUnit test suite.
Package Info
-------------
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,
* ...
Related Links
-------------
Package home: http://pear.php.net/package/Var_Dump
Changelog: http://pear.php.net/package-changel...ackage=Var_Dump
Download: http://pear.php.net/get/Var_Dump-1.0.0RC1.tgz
Authors
-------------
Frederic Poeydomenge <frederic.poeydomenge@free.fr> (lead)
|