Methods |
public
|
__construct(mixed $key = null, mixed $value = null)
Creates a new instance using a given key and value.
Creates a new instance using a given key and value.
|
#
|
public
|
clear()
Removes all values from the pair.
Removes all values from the pair.
|
#
|
public
|
copy(): Pair
Returns a shallow copy of the pair.
Returns a shallow copy of the pair.
Returns
Returns a shallow copy of the pair.
|
#
|
public
|
isEmpty(): bool
Returns whether the pair is empty.
Returns whether the pair is empty.
Returns
Returns TRUE if the pair is empty, FALSE otherwise.
|
#
|
public
|
toArray(): array
Converts the pair to an array.
Converts the pair to an array.
Note: Casting to an array is not supported yet.
Returns
An array containing all the values in the same order as
the pair.
|
#
|
public
|
jsonSerialize(): mixed
Specify data which should be serialized to JSON
Specify data which should be serialized to JSON
Returns
data which can be serialized by json_encode,
which is a value of any type other than a resource.
Implements
|
#
|