php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
RecursiveArrayIterator Class Reference
Inheritance diagram for RecursiveArrayIterator:
ArrayIterator RecursiveIterator SeekableIterator ArrayAccess Serializable Countable Iterator Iterator Traversable Traversable

Public Member Functions

 hasChildren ()
 
 getChildren ()
 
- Public Member Functions inherited from ArrayIterator
 __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
 
- Data Fields inherited from ArrayIterator
const int STD_PROP_LIST = UNKNOWN
 
const int ARRAY_AS_PROPS = UNKNOWN
 

Detailed Description

Definition at line 235 of file spl_array.stub.php.

Member Function Documentation

◆ getChildren()

RecursiveArrayIterator::getChildren ( )

@tentative-return-type

Implements RecursiveIterator.

Definition at line 244 of file spl_array.stub.php.

◆ hasChildren()

RecursiveArrayIterator::hasChildren ( )

@tentative-return-type

Implements RecursiveIterator.

Definition at line 241 of file spl_array.stub.php.

Field Documentation

◆ CHILD_ARRAYS_ONLY

const int RecursiveArrayIterator::CHILD_ARRAYS_ONLY = UNKNOWN

@cvalue SPL_ARRAY_CHILD_ARRAYS_ONLY

Definition at line 238 of file spl_array.stub.php.


The documentation for this class was generated from the following file: