arrays - php var_dump() vs print_r() - Stack Overflow
What is the difference between var_dump() and print_r() in terms of spitting out an array as string? ... var_dump displays structured information about the object / variable. This includes type and values. Like print_r arrays are recursed through and inde...