RecursiveIteratorIterator::getSubIterator

(PHP 5, PHP 7, PHP 8)

RecursiveIteratorIterator::getSubIteratorThe current active sub iterator

说明

public RecursiveIteratorIterator::getSubIterator(int $level = ?): RecursiveIterator
警告

本函数还未编写文档,仅有参数列表。

参数

level

返回值

The current active sub iterator.

add a note add a note

User Contributed Notes 1 note

up
2
lovePhp
5 years ago
Please document this method. I have found a use for it and would love to better understand how it works. TY : )
To Top