|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| __construct (int $flags=MultipleIterator::MIT_NEED_ALL|MultipleIterator::MIT_KEYS_NUMERIC) | |
| getFlags () | |
| setFlags (int $flags) | |
| attachIterator (Iterator $iterator, string|int|null $info=null) | |
| detachIterator (Iterator $iterator) | |
| containsIterator (Iterator $iterator) | |
| countIterators () | |
| rewind () | |
| valid () | |
| key () | |
| current () | |
| next () | |
| __debugInfo () | |
Data Fields | |
| const int | MIT_NEED_ANY = UNKNOWN |
| const int | MIT_NEED_ALL = UNKNOWN |
| const int | MIT_KEYS_NUMERIC = UNKNOWN |
| const int | MIT_KEYS_ASSOC = UNKNOWN |
Definition at line 116 of file spl_observer.stub.php.
| MultipleIterator::__construct | ( | int | $flags = MultipleIterator::MIT_NEED_ALL|MultipleIterator::MIT_KEYS_NUMERIC | ) |
Definition at line 127 of file spl_observer.stub.php.
| MultipleIterator::__debugInfo | ( | ) |
@tentative-return-type @implementation-alias SplObjectStorage\__debugInfo
Definition at line 166 of file spl_observer.stub.php.
| MultipleIterator::attachIterator | ( | Iterator | $iterator, |
| string|int|null | $info = null ) |
@tentative-return-type
Definition at line 136 of file spl_observer.stub.php.
| MultipleIterator::containsIterator | ( | Iterator | $iterator | ) |
@tentative-return-type
Definition at line 142 of file spl_observer.stub.php.
| MultipleIterator::countIterators | ( | ) |
@tentative-return-type
Definition at line 145 of file spl_observer.stub.php.
| MultipleIterator::current | ( | ) |
| MultipleIterator::detachIterator | ( | Iterator | $iterator | ) |
@tentative-return-type
Definition at line 139 of file spl_observer.stub.php.
| MultipleIterator::getFlags | ( | ) |
@tentative-return-type
Definition at line 130 of file spl_observer.stub.php.
| MultipleIterator::key | ( | ) |
| MultipleIterator::next | ( | ) |
| MultipleIterator::rewind | ( | ) |
| MultipleIterator::setFlags | ( | int | $flags | ) |
@tentative-return-type
Definition at line 133 of file spl_observer.stub.php.
| MultipleIterator::valid | ( | ) |
| const int MultipleIterator::MIT_KEYS_ASSOC = UNKNOWN |
@cvalue MIT_KEYS_ASSOC
Definition at line 125 of file spl_observer.stub.php.
| const int MultipleIterator::MIT_KEYS_NUMERIC = UNKNOWN |
@cvalue MIT_KEYS_NUMERIC
Definition at line 123 of file spl_observer.stub.php.
| const int MultipleIterator::MIT_NEED_ALL = UNKNOWN |
@cvalue MIT_NEED_ALL
Definition at line 121 of file spl_observer.stub.php.
| const int MultipleIterator::MIT_NEED_ANY = UNKNOWN |
@cvalue MIT_NEED_ANY
Definition at line 119 of file spl_observer.stub.php.