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.
xuyu
e989551f5d
|
7 months ago | |
---|---|---|
.. | ||
Caster | 7 months ago | |
Cloner | 7 months ago | |
Command | 7 months ago | |
Dumper | 7 months ago | |
Exception | 7 months ago | |
Resources | 7 months ago | |
Server | 7 months ago | |
Test | 7 months ago | |
CHANGELOG.md | 7 months ago | |
LICENSE | 7 months ago | |
README.md | 7 months ago | |
VarDumper.php | 7 months ago | |
composer.json | 7 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()
.