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.

沒有留言:

張貼留言

Weight Loss! The journey continues

是一個漫長的奮鬥旅程…… 最近嘗試努力改變的生活習慣: 晚上九時半去瞓覺 瞓覺前唔用電子奶咀,即喺ipad同手提電話(因為呢家部電話用耐咗,會無電要叉過夜) 用蔬果代替日常零食,例子有:車厘茄、藍莓、士多啤梨、粟米芯、提子,都係細細地嘅一舊一舊comp食啲 唔食熱氣零食 安靜去每...