/ Published in: PHP
Just a custom function i use to have formated var_dump while debugging
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function vardump($data) { echo '<pre>'; echo '</pre>'; }