LimitIterator::current
(PHP 5 >= 5.1.0)
LimitIterator::current — Get current element
Descrição
Gets the current element of the inner Iterator.
Parâmetros
Esta função não possui parâmetros.
Valor Retornado
Returns the current element or NULL if there is none.
Veja Também
- LimitIterator::key() - Get current key
- LimitIterator::next() - Avança o iterador
- LimitIterator::rewind() - Retorna o iterador para o começo especificado no construtor
- LimitIterator::seek() - Aponta para a posição especificada
- LimitIterator::valid() - Verifica se o elemento atual é válido ou não