2014年2月7日 星期五

[PHP trick] A Magical Method to print_r() an Array with Indentation in PHP

Change this:
print_r($i_am_an_array);
To this:
echo '<pre>', print_r($i_am_an_array, true), '</pre>';

And the array will be magically indented right after you press 'F5' in browser.
(Wow! It looks so pretty! <3)

* Note that the 2nd argument of print_r(first_arg, second_arg) equals true means it forces to return the array as a string. But seems this is not a necessity, depending on your case.

沒有留言:

張貼留言

[康復路] 試完又試

見了醫生,因為血色素又變低了,醫生想檢查是否「缺鐵」為成因,檢查又檢查…… 感覺有些麻煩……又抽血,又要留樣本…… 令我回想起當日入院的時光,因為一些原因,留樣本只需留一次,免卻留三次的麻煩;現在每天都要留一次,連續三天。每天早上就要跑醫院一趟再上班。 幸好也完成了。 第二次抽血...