diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-11-27 05:28:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-11-27 05:28:19 +0000 |
commit | ba9248d7d982b7ac7716cba68927dbc02b05b2e4 (patch) | |
tree | 8486e9b7014936957066ae0e4ad3eb97a7a86dcb /devel/pear-Var_Dump/pkg-descr | |
parent | 6ab6ab32caf2fca19f8cdeedcb944d9f746b7867 (diff) | |
download | ports-ba9248d7d982b7ac7716cba68927dbc02b05b2e4.tar.gz ports-ba9248d7d982b7ac7716cba68927dbc02b05b2e4.zip |
Notes
Diffstat (limited to 'devel/pear-Var_Dump/pkg-descr')
-rw-r--r-- | devel/pear-Var_Dump/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/pear-Var_Dump/pkg-descr b/devel/pear-Var_Dump/pkg-descr new file mode 100644 index 000000000000..567f438c0831 --- /dev/null +++ b/devel/pear-Var_Dump/pkg-descr @@ -0,0 +1,16 @@ +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: http://pear.php.net/package/Var_Dump/ |