Search Results

  1. Called when the iteration ends (when RecursiveTreeIterator::valid () first returns false)

  2. RecursiveTreeIterator::endIterationEnd iteration RecursiveTreeIterator::getEntry — Get current entry RecursiveTreeIterator::getPostfix — Get the postfix RecursiveTreeIterator::getPrefix — Get the prefix RecursiveTreeIterator::key — Get the key of the current element RecursiveTreeIterator::next — Move to next element

  3. The RecursiveTreeIterator class

  4. 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 ...

  5. 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 ...

  6. php operating system manual for recursivetreeiterator section 3 of the unix.com man page documentation.

  7. Introduction Allows iterating over a RecursiveIterator to generate an ASCII graphic tree.