CakeFest 2024: The Official CakePHP Conference

The RecursiveIterator interface

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

简介

Classes implementing RecursiveIterator can be used to iterate over iterators recursively.

接口摘要

interface RecursiveIterator extends Iterator {
/* 方法 */
public hasChildren(): bool
/* 继承的方法 */
}

目录

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top