Search Results
The EmptyIterator class Table of Contents ¶ EmptyIterator::current — The current () method EmptyIterator::key — The key () method EmptyIterator::next — The next () method EmptyIterator::rewind — The rewind () method EmptyIterator::valid — Checks whether the current element is valid
Sep 24, 2015 · 7 In PHP Manual, has a class called EmptyIterator The manual says of the EmptyIterator::rewind() method: No operation, nothing to do. And the other methods of this class throw exceptions or return false what is the objective of an empty iterator?
EmptyIterator::rewind (PHP 5 >= 5.1.0, PHP 7, PHP 8) EmptyIterator::rewind — The rewind () method
EmptyIterator::rewind (PHP 5 >= 5.1.0, PHP 7) EmptyIterator::rewind — The rewind () method Description public EmptyIterator::rewind ( ) : void No operation, nothing to do. WarningThis function is currently not documented; only its argument list is available. Parameters This function has no parameters.
Hier findest Du alles rund um PHP Class synopsis classEmptyIteratorimplements Iterator { /* Methods */ public current (): never public key (): never public next (): void public rewind (): void public valid (): bool }
Class synopsis EmptyIteratorimplements Iterator { /* Methods */ public current ( void ) : mixed public key ( void ) : scalar public next ( void ) : void public rewind ( void ) : void public valid ( void ) : bool }
A virtual machine for executing programs written in Hack. - facebook/hhvm
