php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (Iterator $iterator, int $offset=0, int $limit=-1) | |
rewind () | |
valid () | |
next () | |
seek (int $offset) | |
getPosition () | |
![]() | |
__construct (Traversable $iterator, ?string $class=null) | |
getInnerIterator () | |
key () | |
current () | |
Definition at line 190 of file spl_iterators.stub.php.
LimitIterator::__construct | ( | Iterator | $iterator, |
int | $offset = 0, | ||
int | $limit = -1 ) |
Definition at line 192 of file spl_iterators.stub.php.
LimitIterator::getPosition | ( | ) |
@tentative-return-type
Definition at line 207 of file spl_iterators.stub.php.
LimitIterator::next | ( | ) |
@tentative-return-type
Reimplemented from IteratorIterator.
Definition at line 201 of file spl_iterators.stub.php.
LimitIterator::rewind | ( | ) |
@tentative-return-type
Reimplemented from IteratorIterator.
Definition at line 195 of file spl_iterators.stub.php.
LimitIterator::seek | ( | int | $offset | ) |
@tentative-return-type
Definition at line 204 of file spl_iterators.stub.php.
LimitIterator::valid | ( | ) |
@tentative-return-type
Reimplemented from IteratorIterator.
Definition at line 198 of file spl_iterators.stub.php.