While working with PHP array, it’s quite often to know what data inside the array. For this purpose we can use print_r() function to display the data contained by the array to the screen. But what if we are working on a program that run behind the screen such as remote connection program, application that [...]