composer require initphp/var-dumper
or included src/Init.php.
$obj = new stdClass;
$obj->pi = 3.14;
dump($obj);Dump and die
$var = 'xml';
dd($var);- Coloring of codes will be made more understandable.
Copyright © 2022 MIT License
composer require initphp/var-dumper
or included src/Init.php.
$obj = new stdClass;
$obj->pi = 3.14;
dump($obj);Dump and die
$var = 'xml';
dd($var);Copyright © 2022 MIT License