Methods summary
public
|
|
public
|
#
offsetSet( mixed $offset, mixed $value )
Sets a value to a particular offset.
Sets a value to a particular offset.
Parameters
- $offset
mixed $offset
- $value
mixed $value
Implementation of
|
public
boolean
|
#
offsetExists( mixed $offset )
Checks to see whether a particular offset key exists.
Checks to see whether a particular offset key exists.
Parameters
Returns
boolean
Implementation of
|
public
|
#
offsetUnset( mixed $offset )
Unset a particular key.
Parameters
Implementation of
|
public
mixed|null
|
#
offsetGet( mixed $offset )
Get the value for a particular offset key.
Get the value for a particular offset key.
Parameters
Returns
mixed|null
Implementation of
|