Function pr
print_r() convenience function
In terminals this will act the same as using print_r() directly, when not run on cli print_r() will wrap
tags around the output of given array. Similar to debug().
Package: Cake
See:
Link: http://book.cakephp.org/2.0/en/core-libraries/global-constants-and-functions.html#pr
Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
Located at Cake/basics.php
See:
debug()
Link: http://book.cakephp.org/2.0/en/core-libraries/global-constants-and-functions.html#pr
Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
Located at Cake/basics.php
pr( mixed $var )
Parameters summary
mixed |
$var |
Variable to print out |