ParentIterator::__construct

(PHP 5 >= 5.1.0)

ParentIterator::__constructConstructs a ParentIterator

說明

public ParentIterator::__construct ( RecursiveIterator $iterator )

Constructs a ParentIterator on an iterator.

Warning

此函式目前沒有參考文件;只有引數列表。

參數

iterator

The iterator being constructed upon.

回傳值

The ParentIterator.

add a note add a note

User Contributed Notes

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