(PHP 5 >= 5.3.0, PHP 7)
Return current array entry
public mixed SplFixedArray::current ( void )
Get the current array element.
Returns:
The current element value.
Exception:
Throws RuntimeException when the internal array pointer points to an invalid index or is out of bounds.
Please login to continue.