snippets / printer un array

Language: Php - First posted by juliend2 on 2008-04-10 02:37 (7 months, 2 weeks)
Link to the snippet: http://www.friendsnippets.org/snippet/237/

printer un array

1 function pr($argument) {
2 echo "<pre>";
3 print_r($argument);
4 echo "</pre>";
5 }
In order to post a comment, you should have a friendsnippet account. Please sign-in.

0 comments

Apr '08

Common Tags



snippet History

Apr '08