CachingIterator::getInnerIterator

(PHP 5, PHP 7, PHP 8)

CachingIterator::getInnerIteratorReturns the inner iterator

Descrição

public CachingIterator::getInnerIterator ( ) : Iterator
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Returns the iterator sent to the constructor.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns an object implementing the Iterator interface.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top