You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wangmingchuan
b79abdd5c8
|
9 months ago | |
---|---|---|
.. | ||
Caster | 9 months ago | |
Cloner | 9 months ago | |
Command | 9 months ago | |
Dumper | 9 months ago | |
Exception | 9 months ago | |
Resources | 9 months ago | |
Server | 9 months ago | |
Test | 9 months ago | |
Tests | 9 months ago | |
.gitignore | 9 months ago | |
CHANGELOG.md | 9 months ago | |
LICENSE | 9 months ago | |
README.md | 9 months ago | |
VarDumper.php | 9 months ago | |
composer.json | 9 months ago | |
phpunit.xml.dist | 9 months ago |
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
.