Prints out debug information about given variable and returns the variable that was passed.
Only runs if debug mode is enabled.
debug( mixed $var boolean|null $showHtml null boolean $showFrom true )
mixed | $var | Variable to show debug information for. |
boolean|null | $showHtml = null | If set to true, the method prints the debug data in a browser-friendly way. |
boolean | $showFrom = true | If set to true, the method prints from where the function was called. |
mixed
The same $var that was passed
© 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-debug.html