print_r() convenience function.
In terminals this will act similar to using print_r() directly, when not run on cli print_r() will also wrap
<
pre> tags around the output of given variable. Similar to debug().
This function returns the same variable that was passed.
debug()
pr( mixed $var )
mixed | $var | Variable to print out. |
mixed
the same $var that was passed to this function
© 2005–2017 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/3.4/function-pr.html