php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (RecursiveIterator $iterator, string $pattern, int $mode=RecursiveRegexIterator::MATCH, int $flags=0, int $pregFlags=0) | |
accept () | |
hasChildren () | |
getChildren () | |
![]() | |
__construct (Iterator $iterator, string $pattern, int $mode=RegexIterator::MATCH, int $flags=0, int $pregFlags=0) | |
getMode () | |
setMode (int $mode) | |
getFlags () | |
setFlags (int $flags) | |
getRegex () | |
getPregFlags () | |
setPregFlags (int $pregFlags) | |
![]() | |
__construct (Iterator $iterator) | |
rewind () | |
next () | |
![]() | |
__construct (Traversable $iterator, ?string $class=null) | |
getInnerIterator () | |
valid () | |
key () | |
current () | |
Additional Inherited Members | |
![]() | |
const int | USE_KEY = UNKNOWN |
const int | INVERT_MATCH = UNKNOWN |
const int | MATCH = UNKNOWN |
const int | GET_MATCH = UNKNOWN |
const int | ALL_MATCHES = UNKNOWN |
const int | SPLIT = UNKNOWN |
const int | REPLACE = UNKNOWN |
string | $replacement = null |
Definition at line 389 of file spl_iterators.stub.php.
RecursiveRegexIterator::__construct | ( | RecursiveIterator | $iterator, |
string | $pattern, | ||
int | $mode = RecursiveRegexIterator::MATCH, | ||
int | $flags = 0, | ||
int | $pregFlags = 0 ) |
Definition at line 391 of file spl_iterators.stub.php.
RecursiveRegexIterator::accept | ( | ) |
@tentative-return-type
Reimplemented from RegexIterator.
Definition at line 394 of file spl_iterators.stub.php.
RecursiveRegexIterator::getChildren | ( | ) |
@tentative-return-type
Implements RecursiveIterator.
Definition at line 403 of file spl_iterators.stub.php.
RecursiveRegexIterator::hasChildren | ( | ) |
@tentative-return-type @implementation-alias RecursiveFilterIterator\hasChildren
Implements RecursiveIterator.
Definition at line 400 of file spl_iterators.stub.php.