|
SplFixedArray::currentReturn current array entry Description
public mixed SplFixedArray::current()
Get the current array element. ParametersThis function has no parameters. Return ValuesThe current element value. Errors/ExceptionsThrows RuntimeException when the internal array pointer points to an invalid index or is out of bounds. |