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.
wanghousheng
548a8b38d2
|
8 months ago | |
---|---|---|
.. | ||
Caster | 8 months ago | |
Cloner | 8 months ago | |
Command | 8 months ago | |
Dumper | 8 months ago | |
Exception | 8 months ago | |
Resources | 8 months ago | |
Server | 8 months ago | |
Test | 8 months ago | |
.gitattributes | 8 months ago | |
CHANGELOG.md | 8 months ago | |
LICENSE | 8 months ago | |
README.md | 8 months ago | |
VarDumper.php | 8 months ago | |
composer.json | 8 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
.