A Bunch of Linux Baloney
Where I keep Linuxisms I want to remember.
Showing posts with label
print_r
.
Show all posts
Showing posts with label
print_r
.
Show all posts
Tuesday, November 26, 2013
PHP Snippets
Output
This really improves the look of data arrays.
print "<pre>"; print_r($data_array); print "</pre>";
Older Posts
Home
Subscribe to:
Posts (Atom)