Search Results

  1. Preface Function Reference Other Basic Extensions SPL Iterators RecursiveTreeIterator Change language:

  2. RecursiveTreeIterator::next — Move to next element RecursiveTreeIterator::nextElement — Next element RecursiveTreeIterator::rewind — Rewind iterator RecursiveTreeIterator::setPostfixSet postfix RecursiveTreeIterator::setPrefixPart — Set a part of the prefix RecursiveTreeIterator::valid — Check validity

  3. This function is currently not documented; only its argument list is available.

  4. PHP Manual Table of Contents — Begin children — Begin iteration — Get children — Has children — Construct a RecursiveTreeIterator — Get current element — End children — End iteration — Get current entry — Get the postfix — Get the prefix — Get the key of the current element — Move to next element — Next element — Rewind iterator — Set a part of the prefix ...

  5. RecursiveTreeIterator::next — Move to next element RecursiveTreeIterator::nextElement — Next element RecursiveTreeIterator::rewind — Rewind iterator RecursiveTreeIterator::setPostfixSet postfix RecursiveTreeIterator::setPrefixPart — Set a part of the prefix RecursiveTreeIterator::valid — Check validity matthieu88160 ¶ 9 years ago

  6. The RecursiveTreeIterator class Introduction (PHP 5 >= 5.3.0, PHP 7) Allows iterating over a RecursiveIterator to generate an ASCII graphic tree. Class synopsis RecursiveTreeIterator extends RecursiveIteratorIterator implements OuterIterator { /* Inherited constants */ const int RecursiveIteratorIterator::LEAVES_ONLY = 0 ; const int RecursiveIteratorIterator::SELF_FIRST = 1 ; const int ...

  7. Table of Contents RecursiveTreeIterator::beginChildren — Begin children RecursiveTreeIterator::beginIteration — Begin iteration RecursiveTreeIterator::callGetChildren — Get children RecursiveTreeIterator::callHasChildren — Has children RecursiveTreeIterator::__construct — Construct a RecursiveTreeIterator RecursiveTreeIterator::current — Get current element RecursiveTreeIterator ...