Best PHP Tips
Wednesday, 8 June 2011
Modified print_r function in php
Modified print_r function
function print_rr($in){
echo "<pre>";
print_r($in);
echo "</pre>";
}
Usage
: print_rr(Array);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment