Function pr
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().
Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
See:
Link: http://book.cakephp.org/3.0/en/core-libraries/global-constants-and-functions.html#pr
Located at Core/functions.php
License: MIT License
See:
debug()
Link: http://book.cakephp.org/3.0/en/core-libraries/global-constants-and-functions.html#pr
Located at Core/functions.php
pr( mixed $var )
Parameters summary
mixed | $var | Variable to print out. |
© 2005–2016 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.
http://api.cakephp.org/3.1/function-pr.html