prettify print_r()

How to Pretty Print PHP Array

Submitted by nurhodelta_17 on
This tutorial tackles on how to beautifully display PHP array. In manipulating array with PHP, often times we use print_r() or var_dump() function to display data in an array but the presentation of data in this functions is not usually eye-friendly for developers. This tutorial will provide you a simple solution on how to prettify your PHP array display.