print_r
print_r
(PHP 4, PHP 5, PHP 7)
print_r — Prints human-readable information about a variable
Description
mixed print_r ( mixed $expression [, bool $return = false ] )
print_r() displays information about a variable in a way that's readable by humans.
print_r(), var_dump() and var_export() will also show protected and privat