|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| __construct () | |
| append (Iterator $iterator) | |
| rewind () | |
| valid () | |
| current () | |
| next () | |
| getIteratorIndex () | |
| getArrayIterator () | |
Public Member Functions inherited from IteratorIterator | |
| __construct (Traversable $iterator, ?string $class=null) | |
| getInnerIterator () | |
| key () | |
Definition at line 309 of file spl_iterators.stub.php.
| AppendIterator::__construct | ( | ) |
Definition at line 311 of file spl_iterators.stub.php.
| AppendIterator::append | ( | Iterator | $iterator | ) |
@tentative-return-type
Definition at line 314 of file spl_iterators.stub.php.
| AppendIterator::current | ( | ) |
@tentative-return-type
Reimplemented from IteratorIterator.
Definition at line 323 of file spl_iterators.stub.php.
| AppendIterator::getArrayIterator | ( | ) |
@tentative-return-type
Definition at line 332 of file spl_iterators.stub.php.
| AppendIterator::getIteratorIndex | ( | ) |
@tentative-return-type
Definition at line 329 of file spl_iterators.stub.php.
| AppendIterator::next | ( | ) |
@tentative-return-type
Reimplemented from IteratorIterator.
Definition at line 326 of file spl_iterators.stub.php.
| AppendIterator::rewind | ( | ) |
@tentative-return-type
Reimplemented from IteratorIterator.
Definition at line 317 of file spl_iterators.stub.php.
| AppendIterator::valid | ( | ) |
@tentative-return-type
Reimplemented from IteratorIterator.
Definition at line 320 of file spl_iterators.stub.php.