LimitIterator::getInnerIterator

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

LimitIterator::getInnerIteratorGet inner iterator

Açıklama

public LimitIterator::getInnerIterator(): Iterator

Gets the inner Iterator.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

The inner iterator passed to LimitIterator::__construct().

Ayrıca Bakınız

add a note add a note

User Contributed Notes

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