offsetExists() public method
Returns whether there is an element at the specified offset.
This method is required by the interface ArrayAccess.
public boolean offsetExists ( $offset ) | ||
---|---|---|
$offset | mixed |
The offset to check on |
return | boolean |
Whether there is an element at the specified offset. |
Please login to continue.