print_r for print_r snippet


/ Published in: PHP
Save to your folder(s)

It shortly variant for http://snipplr.com/view/39358/printr/


Copy this code and paste it in your HTML
  1. echo "<pre>" . print_r($array, true) . "</pre>";

URL: http://snipplr.com/view/39358/printr/

Report this snippet


Comments


You need to login to view comments.