_main.php

Classes

Kint

Constants

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

T_NS_SEPARATOR

T_NS_SEPARATOR

Functions

dd()

dd() : string

Alias of Kint::dump() [!!!] IMPORTANT: execution will halt after call to this function

Returns

string

s()

s() : string

Alias of kintLite()

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