Quick debug functions to help with PHP arrays
Install the latest version with
$ composer require laurentelgard/helparr
<?php
// prints array content
p($_ENV, true);
// prints array content and dies
d($_ENV, true);
- helparr works with any PHP version >= 4.0