ShaolinF Posted April 22, 2011 Share Posted April 22, 2011 Hi Guys, Theres always been one issue that I just cannot overcome (maybe because I keep pushing it to the backburner). Whenever debugging other peoples code I do the usual var_dump() or print_r() or vars which (sometimes) displays a monolithic array. I just find it very intimdating and can never really figure out whats going on. Is anyone else like this ? Any good reads on how to 'decode' such large arrays ? Link to comment https://forums.phpfreaks.com/topic/234428-decoding-large-arrays/ Share on other sites More sharing options...
PFMaBiSmAd Posted April 22, 2011 Share Posted April 22, 2011 I'm guessing you are referring to the readability of the resulting dump of information? Enclose the output in <pre>...</pre> tags so that the new-line characters that are being output by the print_r/var_dump will be rendered in the browser. Link to comment https://forums.phpfreaks.com/topic/234428-decoding-large-arrays/#findComment-1204803 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.