Important and handy PHP code snippets
From colorful var-dumps to array manipulation
Make var dump look pretty
highlight_string("<?php\n\$data =\n" . var_export($data, true) . ";\n?>");
More stuff to come...
highlight_string("<?php\n\$data =\n" . var_export($data, true) . ";\n?>");
More stuff to come...
AKSHY
© Not at all copyrighted by Akshay K Nair.