print_r() displays information about a variable in a way that's readable by humans.
If you would like to capture the output of print_r(), use the return parameter. When this parameter is set to TRUE, print_r() will return the information rather than print it.
Login in to like
Login in to comment