array<mixed,\kintVariableData>
— array of kintVariableData objects or strings; displayed collapsed, each element from
the array is a separate possible representation of the dumped var
$alternatives
$alternatives : array<mixed,\kintVariableData>
Type
array<mixed,\kintVariableData>
— array of alternative representations for same variable
$value
$value : string
Type
string
— inline value
Methods
_escape()
_escape( $value, $encoding = null)
Parameters
$value
$encoding
_detectEncoding()
_detectEncoding( $value)
Parameters
$value
_stripWhitespace()
_stripWhitespace(string $string) : string
zaps all excess whitespace from string, compacts it but hurts readability
Parameters
string
$string
Returns
string
_isSequential()
_isSequential(array $array) : boolean
returns whether the array:
1) is numeric and
2) in sequence starting from zero