The RecursiveArrayIterator class
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
簡介
This iterator allows to unset and modify values and keys while iterating over Arrays and Objects in the same way as the ArrayIterator. Additionally it is possible to iterate over the current iterator entry.
類摘要
/* 繼承的常量 */
/* 常量 */
/* 方法 */
/* 繼承的方法 */
}預定義常量
RecursiveArrayIterator Flags
RecursiveArrayIterator::CHILD_ARRAYS_ONLY
-
Treat only arrays (not objects) as having children for recursive iteration.
目錄
- RecursiveArrayIterator::getChildren — Returns an iterator for the current entry if it is an array or an object
- RecursiveArrayIterator::hasChildren — Returns whether current entry is an array or an object