class Util (View source)

Methods

static void
debug()

Run a var_dump on the variables passed in parameter.

static void
dd(mixed $var)

Run a var_dump on the variables passed in parameter.

static string
sep()

sep, separator \r\n or \n

static string
rangeField(array $data)

Function to secure the data.

static array
add2points(array $data, bool $byKey = false)

Data trainer. key => :value

Details

static void debug()

Run a var_dump on the variables passed in parameter.

Return Value

void

static void dd(mixed $var)

Run a var_dump on the variables passed in parameter.

Parameters

mixed $var

Return Value

void

static string sep()

sep, separator \r\n or \n

Return Value

string

static string rangeField(array $data)

Function to secure the data.

Parameters

array $data

Return Value

string

static array add2points(array $data, bool $byKey = false)

Data trainer. key => :value

Parameters

array $data
bool $byKey

Return Value

array