<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/spl.iterators.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'class.recursivetreeiterator.php',
    1 => 'RecursiveTreeIterator',
    2 => 'The RecursiveTreeIterator class',
  ),
  'up' => 
  array (
    0 => 'spl.iterators.php',
    1 => 'Iterators',
  ),
  'prev' => 
  array (
    0 => 'recursiveregexiterator.haschildren.php',
    1 => 'RecursiveRegexIterator::hasChildren',
  ),
  'next' => 
  array (
    0 => 'recursivetreeiterator.beginchildren.php',
    1 => 'RecursiveTreeIterator::beginChildren',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/spl/recursivetreeiterator.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.recursivetreeiterator.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.recursivetreeiterator" class="reference">

 <h1 class="title">The RecursiveTreeIterator class</h1>
 

 <div class="partintro"><p class="verinfo">(PHP 5 &gt;= 5.3.0, PHP 7, PHP 8)</p>


  <div class="section" id="recursivetreeiterator.intro">
   <h2 class="title">Giriş</h2>
   <p class="para">
    Allows iterating over a <span class="classname"><a href="class.recursiveiterator.php" class="classname">RecursiveIterator</a></span> to generate an ASCII graphic tree.
   </p>
  </div>


  <div class="section" id="recursivetreeiterator.synopsis">
   <h2 class="title">Sınıf Sözdizimi</h2>


   <div class="classsynopsis"><div class="classsynopsisinfo">
    
     <span class="modifier">class</span> <strong class="classname"><strong class="classname">RecursiveTreeIterator</strong></strong>
    

    
     <span class="modifier">extends</span>
      <a href="class.recursiveiteratoriterator.php" class="classname">RecursiveIteratorIterator</a>
     {</div>

    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Miras alınan sabitler */</div>
    <div class="fieldsynopsis">
     <span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.recursiveiteratoriterator.php#recursiveiteratoriterator.constants.leaves-only"><var class="varname">RecursiveIteratorIterator::LEAVES_ONLY</var></a></var>;</div>
<div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.recursiveiteratoriterator.php#recursiveiteratoriterator.constants.self-first"><var class="varname">RecursiveIteratorIterator::SELF_FIRST</var></a></var>;</div>
<div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.recursiveiteratoriterator.php#recursiveiteratoriterator.constants.child-first"><var class="varname">RecursiveIteratorIterator::CHILD_FIRST</var></a></var>;</div>
<div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.recursiveiteratoriterator.php#recursiveiteratoriterator.constants.catch-get-child"><var class="varname">RecursiveIteratorIterator::CATCH_GET_CHILD</var></a></var>;</div>


    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Sabitler */</div>
    <div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.recursivetreeiterator.php#recursivetreeiterator.constants.bypass-current"><var class="varname">BYPASS_CURRENT</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.recursivetreeiterator.php#recursivetreeiterator.constants.bypass-key"><var class="varname">BYPASS_KEY</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.recursivetreeiterator.php#recursivetreeiterator.constants.prefix-left"><var class="varname">PREFIX_LEFT</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.recursivetreeiterator.php#recursivetreeiterator.constants.prefix-mid-has-next"><var class="varname">PREFIX_MID_HAS_NEXT</var></a></var><span class="initializer"> = 1</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.recursivetreeiterator.php#recursivetreeiterator.constants.prefix-mid-last"><var class="varname">PREFIX_MID_LAST</var></a></var><span class="initializer"> = 2</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.recursivetreeiterator.php#recursivetreeiterator.constants.prefix-end-has-next"><var class="varname">PREFIX_END_HAS_NEXT</var></a></var><span class="initializer"> = 3</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.recursivetreeiterator.php#recursivetreeiterator.constants.prefix-end-last"><var class="varname">PREFIX_END_LAST</var></a></var><span class="initializer"> = 4</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">public</span>
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.recursivetreeiterator.php#recursivetreeiterator.constants.prefix-right"><var class="varname">PREFIX_RIGHT</var></a></var><span class="initializer"> = 5</span>;</div>


    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Yöntemler */</div>
    <div class="constructorsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><a href="recursivetreeiterator.construct.php" class="methodname">__construct</a></span>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><span class="type"><a href="class.recursiveiterator.php" class="type RecursiveIterator">RecursiveIterator</a></span>|<span class="type"><a href="class.iteratoraggregate.php" class="type IteratorAggregate">IteratorAggregate</a></span></span> <code class="parameter">$iterator</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$flags</code><span class="initializer"> = <strong><code><a href="class.recursivetreeiterator.php#recursivetreeiterator.constants.bypass-key">RecursiveTreeIterator::BYPASS_KEY</a></code></strong></span></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$cachingIteratorFlags</code><span class="initializer"> = <strong><code><a href="class.cachingiterator.php#cachingiterator.constants.catch-get-child">CachingIterator::CATCH_GET_CHILD</a></code></strong></span></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$mode</code><span class="initializer"> = <strong><code>RecursiveTreeIterator::SELF_FIRST</code></strong></span></span><br>)</div>

    <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursivetreeiterator.beginchildren.php" class="methodname">beginChildren</a></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursivetreeiterator.beginiteration.php" class="methodname">beginIteration</a></span>(): <span class="type"><a href="class.recursiveiterator.php" class="type RecursiveIterator">RecursiveIterator</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursivetreeiterator.callgetchildren.php" class="methodname">callGetChildren</a></span>(): <span class="type"><a href="class.recursiveiterator.php" class="type RecursiveIterator">RecursiveIterator</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursivetreeiterator.callhaschildren.php" class="methodname">callHasChildren</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursivetreeiterator.current.php" class="methodname">current</a></span>(): <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursivetreeiterator.endchildren.php" class="methodname">endChildren</a></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursivetreeiterator.enditeration.php" class="methodname">endIteration</a></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursivetreeiterator.getentry.php" class="methodname">getEntry</a></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursivetreeiterator.getpostfix.php" class="methodname">getPostfix</a></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursivetreeiterator.getprefix.php" class="methodname">getPrefix</a></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursivetreeiterator.key.php" class="methodname">key</a></span>(): <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursivetreeiterator.next.php" class="methodname">next</a></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursivetreeiterator.nextelement.php" class="methodname">nextElement</a></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursivetreeiterator.rewind.php" class="methodname">rewind</a></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursivetreeiterator.setpostfix.php" class="methodname">setPostfix</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$postfix</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursivetreeiterator.setprefixpart.php" class="methodname">setPrefixPart</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$part</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursivetreeiterator.valid.php" class="methodname">valid</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>


    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Miras alınan yöntemler */</div>
    <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursiveiteratoriterator.beginchildren.php" class="methodname">RecursiveIteratorIterator::beginChildren</a></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursiveiteratoriterator.beginiteration.php" class="methodname">RecursiveIteratorIterator::beginIteration</a></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursiveiteratoriterator.callgetchildren.php" class="methodname">RecursiveIteratorIterator::callGetChildren</a></span>(): <span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="class.recursiveiterator.php" class="type RecursiveIterator">RecursiveIterator</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursiveiteratoriterator.callhaschildren.php" class="methodname">RecursiveIteratorIterator::callHasChildren</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursiveiteratoriterator.current.php" class="methodname">RecursiveIteratorIterator::current</a></span>(): <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursiveiteratoriterator.endchildren.php" class="methodname">RecursiveIteratorIterator::endChildren</a></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursiveiteratoriterator.enditeration.php" class="methodname">RecursiveIteratorIterator::endIteration</a></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursiveiteratoriterator.getdepth.php" class="methodname">RecursiveIteratorIterator::getDepth</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursiveiteratoriterator.getinneriterator.php" class="methodname">RecursiveIteratorIterator::getInnerIterator</a></span>(): <span class="type"><a href="class.recursiveiterator.php" class="type RecursiveIterator">RecursiveIterator</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursiveiteratoriterator.getmaxdepth.php" class="methodname">RecursiveIteratorIterator::getMaxDepth</a></span>(): <span class="type"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursiveiteratoriterator.getsubiterator.php" class="methodname">RecursiveIteratorIterator::getSubIterator</a></span>(<span class="methodparam"><span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.integer.php" class="type int">int</a></span></span> <code class="parameter">$level</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span>): <span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="class.recursiveiterator.php" class="type RecursiveIterator">RecursiveIterator</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursiveiteratoriterator.key.php" class="methodname">RecursiveIteratorIterator::key</a></span>(): <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursiveiteratoriterator.next.php" class="methodname">RecursiveIteratorIterator::next</a></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursiveiteratoriterator.nextelement.php" class="methodname">RecursiveIteratorIterator::nextElement</a></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursiveiteratoriterator.rewind.php" class="methodname">RecursiveIteratorIterator::rewind</a></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursiveiteratoriterator.setmaxdepth.php" class="methodname">RecursiveIteratorIterator::setMaxDepth</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$maxDepth</code><span class="initializer"> = -1</span></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="recursiveiteratoriterator.valid.php" class="methodname">RecursiveIteratorIterator::valid</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

   }</div>


  </div>
  

  <div class="section" id="recursivetreeiterator.constants">
   <h2 class="title">Öntanımlı Sabitler</h2>
   <dl>

    
     <dt id="recursivetreeiterator.constants.bypass-current"><strong><code><a href="class.recursivetreeiterator.php#recursivetreeiterator.constants.bypass-current">RecursiveTreeIterator::BYPASS_CURRENT</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="recursivetreeiterator.constants.bypass-key"><strong><code><a href="class.recursivetreeiterator.php#recursivetreeiterator.constants.bypass-key">RecursiveTreeIterator::BYPASS_KEY</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="recursivetreeiterator.constants.prefix-left"><strong><code><a href="class.recursivetreeiterator.php#recursivetreeiterator.constants.prefix-left">RecursiveTreeIterator::PREFIX_LEFT</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="recursivetreeiterator.constants.prefix-mid-has-next"><strong><code><a href="class.recursivetreeiterator.php#recursivetreeiterator.constants.prefix-mid-has-next">RecursiveTreeIterator::PREFIX_MID_HAS_NEXT</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="recursivetreeiterator.constants.prefix-mid-last"><strong><code><a href="class.recursivetreeiterator.php#recursivetreeiterator.constants.prefix-mid-last">RecursiveTreeIterator::PREFIX_MID_LAST</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="recursivetreeiterator.constants.prefix-end-has-next"><strong><code><a href="class.recursivetreeiterator.php#recursivetreeiterator.constants.prefix-end-has-next">RecursiveTreeIterator::PREFIX_END_HAS_NEXT</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="recursivetreeiterator.constants.prefix-end-last"><strong><code><a href="class.recursivetreeiterator.php#recursivetreeiterator.constants.prefix-end-last">RecursiveTreeIterator::PREFIX_END_LAST</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="recursivetreeiterator.constants.prefix-right"><strong><code><a href="class.recursivetreeiterator.php#recursivetreeiterator.constants.prefix-right">RecursiveTreeIterator::PREFIX_RIGHT</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

   </dl>
  </div>



 </div>

 














































































































<h2>İçindekiler</h2><ul class="chunklist chunklist_reference"><li><a href="recursivetreeiterator.beginchildren.php">RecursiveTreeIterator::beginChildren</a> — Begin children</li><li><a href="recursivetreeiterator.beginiteration.php">RecursiveTreeIterator::beginIteration</a> — Begin iteration</li><li><a href="recursivetreeiterator.callgetchildren.php">RecursiveTreeIterator::callGetChildren</a> — Get children</li><li><a href="recursivetreeiterator.callhaschildren.php">RecursiveTreeIterator::callHasChildren</a> — Has children</li><li><a href="recursivetreeiterator.construct.php">RecursiveTreeIterator::__construct</a> — Construct a RecursiveTreeIterator</li><li><a href="recursivetreeiterator.current.php">RecursiveTreeIterator::current</a> — Get current element</li><li><a href="recursivetreeiterator.endchildren.php">RecursiveTreeIterator::endChildren</a> — End children</li><li><a href="recursivetreeiterator.enditeration.php">RecursiveTreeIterator::endIteration</a> — End iteration</li><li><a href="recursivetreeiterator.getentry.php">RecursiveTreeIterator::getEntry</a> — Get current entry</li><li><a href="recursivetreeiterator.getpostfix.php">RecursiveTreeIterator::getPostfix</a> — Get the postfix</li><li><a href="recursivetreeiterator.getprefix.php">RecursiveTreeIterator::getPrefix</a> — Get the prefix</li><li><a href="recursivetreeiterator.key.php">RecursiveTreeIterator::key</a> — Get the key of the current element</li><li><a href="recursivetreeiterator.next.php">RecursiveTreeIterator::next</a> — Move to next element</li><li><a href="recursivetreeiterator.nextelement.php">RecursiveTreeIterator::nextElement</a> — Next element</li><li><a href="recursivetreeiterator.rewind.php">RecursiveTreeIterator::rewind</a> — Rewind iterator</li><li><a href="recursivetreeiterator.setpostfix.php">RecursiveTreeIterator::setPostfix</a> — Set postfix</li><li><a href="recursivetreeiterator.setprefixpart.php">RecursiveTreeIterator::setPrefixPart</a> — Set a part of the prefix</li><li><a href="recursivetreeiterator.valid.php">RecursiveTreeIterator::valid</a> — Check validity</li></ul>
</div>
<?php manual_footer($setup); ?>