SplFixedArray::offsetExists
Returns whether the requested index exists
&reftitle.description;
public boolSplFixedArray::offsetExists
intindex
Checks whether the requested index index
exists.
&reftitle.parameters;
index
The index being checked.
&reftitle.returnvalues;
&true; if the requested index exists, otherwise &false;