php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
hasChildren () | |
getChildren () | |
![]() | |
__construct (array|object $array=[], int $flags=0) | |
offsetExists (mixed $key) | |
offsetGet (mixed $key) | |
offsetSet (mixed $key, mixed $value) | |
offsetUnset (mixed $key) | |
append (mixed $value) | |
getArrayCopy () | |
count () | |
getFlags () | |
setFlags (int $flags) | |
asort (int $flags=SORT_REGULAR) | |
ksort (int $flags=SORT_REGULAR) | |
uasort (callable $callback) | |
uksort (callable $callback) | |
natsort () | |
natcasesort () | |
unserialize (string $data) | |
serialize () | |
__serialize () | |
__unserialize (array $data) | |
rewind () | |
current () | |
key () | |
next () | |
valid () | |
seek (int $offset) | |
__debugInfo () | |
Data Fields | |
const int | CHILD_ARRAYS_ONLY = UNKNOWN |
![]() | |
const int | STD_PROP_LIST = UNKNOWN |
const int | ARRAY_AS_PROPS = UNKNOWN |
Definition at line 235 of file spl_array.stub.php.
RecursiveArrayIterator::getChildren | ( | ) |
@tentative-return-type
Implements RecursiveIterator.
Definition at line 244 of file spl_array.stub.php.
RecursiveArrayIterator::hasChildren | ( | ) |
@tentative-return-type
Implements RecursiveIterator.
Definition at line 241 of file spl_array.stub.php.
const int RecursiveArrayIterator::CHILD_ARRAYS_ONLY = UNKNOWN |
@cvalue SPL_ARRAY_CHILD_ARRAYS_ONLY
Definition at line 238 of file spl_array.stub.php.