Util

Description

Helper functions.

Public Static Methods

static string toExport ($mixed)
 A nicer var_export() More...
 
static string toShortArray (string $string)
 Converts all dimensions of array(...) to [...]. More...
 
static string toShortType (string $type)
 Converts PHP gettype() string to doc-friendly string. More...
 

Methods

◆ toExport()

static string toExport (   $mixed)
static

A nicer var_export()

Parameters
mixed$mixed
Returns
string

◆ toShortArray()

static string toShortArray ( string  $string)
static

Converts all dimensions of array(...) to [...].

Parameters
string$string
Returns
string

◆ toShortType()

static string toShortType ( string  $type)
static

Converts PHP gettype() string to doc-friendly string.

Parameters
string$type
Returns
string