LimitIterator::current
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
Get current element
Description
LimitIterator::current(): mixed
Gets the current element of the inner Iterator.
Parameters Parameters
Return Values
Returns the current element or null if there is none.
See Also
LimitIterator::keyLimitIterator::nextLimitIterator::rewindLimitIterator::seekLimitIterator::valid