Table of Contents
-
append()
: self
-
clear()
: mixed
-
count()
: int
-
getIterator()
: Iterator
-
isAscii()
: bool
-
jsonSerialize()
: string|null
-
keys()
: array<string|int, mixed>
-
label()
: string|null
-
labels()
: array<string|int, mixed>
-
prepend()
: self
-
slice()
: self
-
toAscii()
: self
-
toString()
: string
-
toUnicode()
: self
-
value()
: string|null
-
withLabel()
: self
-
withoutLabel()
: self
append()
public
append(mixed $label) : self
Parameters
-
$label
: mixed
-
Return values
self
—
clear()
public
clear() : mixed
Return values
mixed
—
count()
public
count() : int
Return values
int
—
getIterator()
public
getIterator() : Iterator
Return values
Iterator
—
isAscii()
public
isAscii() : bool
Return values
bool
—
jsonSerialize()
public
jsonSerialize() : string|null
Return values
string|null
—
keys()
public
keys([string $label = null ]) : array<string|int, mixed>
Parameters
-
$label
: string
= null
-
Return values
array<string|int, mixed>
—
label()
public
label(int $key) : string|null
Parameters
-
$key
: int
-
Return values
string|null
—
labels()
public
labels() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
prepend()
public
prepend(mixed $label) : self
Parameters
-
$label
: mixed
-
Return values
self
—
slice()
public
slice(int $offset[, int $length = null ]) : self
Parameters
-
$offset
: int
-
-
$length
: int
= null
-
Return values
self
—
toAscii()
public
toAscii() : self
Return values
self
—
toString()
public
toString() : string
Return values
string
—
toUnicode()
public
toUnicode() : self
Return values
self
—
value()
public
value() : string|null
Return values
string|null
—
withLabel()
public
withLabel(int $key, mixed $label) : self
Parameters
-
$key
: int
-
-
$label
: mixed
-
Return values
self
—
withoutLabel()
public
withoutLabel(int $key, int ...$keys) : self
Parameters
-
$key
: int
-
-
$keys
: int
-
Return values
self
—