Function pr
Print_r convenience function, which prints out
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( array $var )
Parameters summary
array |
$var |
Variable to print out |