LimitIterator::getInnerIterator

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

LimitIterator::getInnerIterator内部イテレータを取得する

説明

public LimitIterator::getInnerIterator(): Iterator

内部イテレータを取得します。

パラメータ

この関数にはパラメータはありません。

戻り値

LimitIterator::__construct() に渡された内部イテレータを返します。

参考

add a note add a note

User Contributed Notes

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