Prints out debug information about given variable and dies.
Only runs if debug mode is enabled. It will otherwise just continue code execution and ignore this function.
dd( mixed $var boolean|null $showHtml null )
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. |
© 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-dd.html