“Melhor” print_r

function printr($array) {
echo
'<pre>';
print_r
($array);
echo
'</pre>';
}