(PHP 5 >= 5.0.0, PHP 7)
Check if offset exists
public void ArrayIterator::offsetExists ( string $index )
Checks if the offset exists.
Parameters:
index
The offset being checked.
Returns:
TRUE
if the offset exists, otherwise FALSE
This function is currently not documented; only its argument list is available.
See also:
Please login to continue.