php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
current () | |
next () | |
key () | |
valid () | |
rewind () | |
Definition at line 13 of file zend_interfaces.stub.php.
Iterator::current | ( | ) |
@tentative-return-type
Implemented in AppendIterator, ArrayIterator, DirectoryIterator, EmptyIterator, FilesystemIterator, Generator, InternalIterator, IntlIterator, IteratorIterator, MultipleIterator, NoRewindIterator, RecursiveIteratorIterator, RecursiveTreeIterator, SimpleXMLElement, SplDoublyLinkedList, SplFileObject, SplHeap, SplObjectStorage, and SplPriorityQueue.
Iterator::key | ( | ) |
@tentative-return-type
Implemented in ArrayIterator, DirectoryIterator, EmptyIterator, FilesystemIterator, Generator, InternalIterator, IntlIterator, IteratorIterator, MultipleIterator, NoRewindIterator, RecursiveIteratorIterator, RecursiveTreeIterator, SimpleXMLElement, SplDoublyLinkedList, SplFileObject, SplHeap, SplObjectStorage, and SplPriorityQueue.
Iterator::next | ( | ) |
@tentative-return-type
Implemented in AppendIterator, ArrayIterator, CachingIterator, DirectoryIterator, EmptyIterator, FilterIterator, Generator, InfiniteIterator, InternalIterator, IntlIterator, IteratorIterator, LimitIterator, MultipleIterator, NoRewindIterator, RecursiveIteratorIterator, SimpleXMLElement, SplDoublyLinkedList, SplFileObject, SplHeap, SplObjectStorage, and SplPriorityQueue.
Iterator::rewind | ( | ) |
@tentative-return-type
Implemented in AppendIterator, ArrayIterator, CachingIterator, DirectoryIterator, EmptyIterator, FilesystemIterator, FilterIterator, Generator, InternalIterator, IntlIterator, IteratorIterator, LimitIterator, MultipleIterator, NoRewindIterator, RecursiveIteratorIterator, SimpleXMLElement, SplDoublyLinkedList, SplFileObject, SplHeap, SplObjectStorage, and SplPriorityQueue.
Iterator::valid | ( | ) |
@tentative-return-type
Implemented in AppendIterator, ArrayIterator, CachingIterator, DirectoryIterator, EmptyIterator, Generator, InternalIterator, IntlIterator, IteratorIterator, LimitIterator, MultipleIterator, NoRewindIterator, RecursiveIteratorIterator, SimpleXMLElement, SplDoublyLinkedList, SplFileObject, SplHeap, SplObjectStorage, and SplPriorityQueue.