offsetExists()
offsetExists(mixed $offset) : bool
(PHP 5 >= 5.0.0)<br/>
Whether a offset exists.
Parameters
| mixed |
$offset |
An offset to check for.
|
Returns
bool
— true on success or false on failure.
The return value will be casted to boolean if non-boolean was returned