RecursiveIteratorIterator::getSubIterator

(PHP 5, PHP 7, PHP 8)

RecursiveIteratorIterator::getSubIteratorThe current active sub iterator

说明

public RecursiveIteratorIterator::getSubIterator ( int|null $level = null ) : RecursiveIterator|null
Warning

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

参数

level

返回值

The current active sub iterator on success; null on failure.

更新日志

版本 说明
8.0.0 level is now nullable.

User Contributed Notes

lovePhp 08-Dec-2018 10:52
Please document this method. I have found a use for it and would love to better understand how it works. TY : )
PHP8中文手册 站长在线 整理 版权归PHP文档组所有