FB plugin

Source Code Display Plugin

星期三, 11月 28, 2018

[PHP] how to format print_r() output data


print_r() is a useful tool for debug. add '<pre>' to format the array structure!

echo '<pre>' . print_r($data, true) . '</pre>';

沒有留言:

熱門文章