classe Util (Voir la source)

Méthodes

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

Détails

static void debug()

Run a var_dump on the variables passed in parameter.

Valeur de retour

void

static void dd(mixed $var)

Run a var_dump on the variables passed in parameter.

Paramètres

mixed $var

Valeur de retour

void

static string sep()

sep, separator \r\n or \n

Valeur de retour

string

static string rangeField(array $data)

Function to secure the data.

Paramètres

array $data

Valeur de retour

string

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

Data trainer. key => :value

Paramètres

array $data
bool $byKey

Valeur de retour

array