KINT_DIR KINT_DIR Kint is a zero-setup debugging tool to output information about variables and stack traces prettily and comfortably. https://github.com/raveren/kint
dd() dd() : string Alias of Kint::dump() [!!!] IMPORTANT: execution will halt after call to this function Returns string
sd() sd() : string Alias of kintLite() [!!!] IMPORTANT: execution will halt after call to this function Returns string
kintLite() kintLite( $var, integer $level) : string lightweight version of Kint::dump(). Uses whitespace for formatting instead of html sadly not DRY yet Parameters $var integer $level Returns string