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.
1748153932
04fb71596e
|
12 months ago | |
---|---|---|
.. | ||
Caster | 12 months ago | |
Cloner | 12 months ago | |
Command | 12 months ago | |
Dumper | 12 months ago | |
Exception | 12 months ago | |
Resources | 12 months ago | |
Server | 12 months ago | |
Test | 12 months ago | |
.gitattributes | 12 months ago | |
CHANGELOG.md | 12 months ago | |
LICENSE | 12 months ago | |
README.md | 12 months ago | |
VarDumper.php | 12 months ago | |
composer.json | 12 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
.