[PHP] 用 print_r() 印出陣列時,自動換行

echo "<pre>".print_r($my_arr, true)."</pre>";