/ Published in: PHP
I include this in anything I'm developing, so I can easily inspect the contents of arrays and objects.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function gimme($array){ echo ' <pre>'; echo ' </pre>'; }