Top Level :: PHP

Package Information: Var_Dump

» Summary » License
Provides methods for dumping structured information about a variable. PHP License
» Current Release » Bug Summary
1.0.4 (stable) was released on 2010-08-15 by doconnor (Changelog)
Easy Install

Not sure? Get more info.

pear install Var_Dump

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Var_Dump

  • Package Maintenance Rank: 154 of 229 packages with open bugs
  • Number of open bugs: 1 (16 total bugs)
  • Average age of open bugs: 4965 days
  • Oldest open bug: 4965 days

Report a new bug to Var_Dump
» Description
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,
* ...
» Maintainers » More Information

Packages that depend on Var_Dump

Dependencies for Var_Dump