php array viewer code example Example: php array viewer print("<pre>".print_r($array,true)."</pre>");die;