Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
VarCloner.php | 2017-07-31 | 14.5 kB | |
DumperInterface.php | 2017-07-31 | 2.0 kB | |
Stub.php | 2017-07-31 | 913 Bytes | |
Cursor.php | 2017-07-31 | 1.0 kB | |
Data.php | 2017-07-31 | 15.6 kB | |
AbstractCloner.php | 2017-07-31 | 15.7 kB | |
ClonerInterface.php | 2017-07-31 | 572 Bytes | |
Totals: 7 Items | 50.3 kB | 0 |
VarDumper Component
The VarDumper component provides mechanisms for walking through any arbitrary
PHP variable. Built on top, it provides a better dump()
function that you
can use instead of var_dump
.