Jump to content

Decoding large arrays


ShaolinF

Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.