CakeFest 2024: The Official CakePHP Conference

RecursiveIteratorIterator::getSubIterator

(PHP 5, PHP 7, PHP 8)

RecursiveIteratorIterator::getSubIteratorThe current active sub iterator

Açıklama

public RecursiveIteratorIterator::getSubIterator(?int $level = null): ?RecursiveIterator
Uyarı

Bu işlev hala belgelendirilmemiştir; sadece bağımsız değişken listesi mevcuttur.

Bağımsız Değişkenler

level

Dönen Değerler

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

Sürüm Bilgisi

Sürüm: Açıklama
8.0.0 level is now nullable.

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