01d14ae3b8 | ||
---|---|---|
.. | ||
Caster | ||
Cloner | ||
Dumper | ||
Exception | ||
Resources/functions | ||
Test | ||
Tests | ||
.gitignore | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
VarDumper.php | ||
composer.json | ||
phpunit.xml.dist |
README.md
VarDumper Component
The VarDumper component provides mechanisms for walking through any arbitrary
PHP variable. It provides a better dump()
function that you can use instead
of var_dump
.