Okay, maybe I’m overrating it, but I still love it for debugging purposes… unless you are using the CLI.
| 1 2 3 4 5 6 7 8 | function pre($array) { echo ‘<pre>’; echo print_r($array); echo ‘</pre>’; } |

Okay, maybe I’m overrating it, but I still love it for debugging purposes… unless you are using the CLI.
| 1 2 3 4 5 6 7 8 | function pre($array) { echo ‘<pre>’; echo print_r($array); echo ‘</pre>’; } |