httpstatuses/helper.php

8 lines
118 B
PHP
Raw Normal View History

2012-08-11 23:34:20 +02:00
<?php
function preint_r($array)
{
echo '<pre>';
print_r($array);
echo '</pre>';
}