print_r() - Print Variable Contents
PHP Code
+ 0 likes
Please Register to submit score.
| Average Score | 5.0 (of 2 scores) |
| Date Added | Aug 12, 2004 |
| Last Updated | Sep 04, 2008 |
| Tags | printr |
Introduction
PHP Snippet:
print_r() - Print Variable Contents
Posted on Jan 30, 2007 11:44 pm
Posted on Jan 30, 2007 11:44 pm
Has a purpose, but that is about it.
PHP Snippet:
print_r() - Print Variable Contents
Posted on Oct 2, 2008 7:49 am
Posted on Oct 2, 2008 7:49 am
another way of doing this is with printf();
| Code: |
| printf('<pre>%s</pre>', print_r($variable, true)); |






