Search Results
The RecursiveTreeIterator class
RecursiveTreeIterator::endChildren — End children RecursiveTreeIterator::endIteration — End 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
Simple usage example of `RecursiveTreeIterator::endChildren ()`. RecursiveTreeIterator::endChildren is a PHP function that marks the end of the children of the current tree node when using the RecursiveTreeIterator class. This function is useful when traversing and displaying a tree structure using recursion. It allows you to keep track of when the recursive iteration should move back to the ...
php operating system manual for recursivetreeiterator section 3 of the unix.com man page documentation.
RecursiveTreeIterator::endChildren — End children RecursiveTreeIterator::endIteration — End 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
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 ...
PHP Manual Function Reference Other Basic Extensions SPL Iterators RecursiveTreeIterator Change language:
