update : 2015.11.03
php.shukuma.com검색:
|
The RecursiveTreeIterator class(PHP 5 >= 5.3.0) 소개Allows iterating over a RecursiveIterator to generate an ASCII graphic tree. 클래스 개요/* 상수 */
/* 메소드 */
public __construct
( RecursiveIterator|IteratorAggregate
$it
[, int $flags = RecursiveTreeIterator::BYPASS_KEY
[, int $cit_flags = CachingIterator::CATCH_GET_CHILD
[, int $mode = RecursiveIteratorIterator::SELF_FIRST
]]] )/* 상속된 메소드 */
public RecursiveIteratorIterator::__construct
( Traversable
}$iterator
[, int $mode = RecursiveIteratorIterator::LEAVES_ONLY
[, int $flags = 0
]] )예약 상수
Table of Contents
|