<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.recursiveiteratoriterator.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'recursiveiteratoriterator.getdepth.php',
    1 => 'RecursiveIteratorIterator::getDepth',
    2 => 'Get the current depth of the recursive iteration',
  ),
  'up' => 
  array (
    0 => 'class.recursiveiteratoriterator.php',
    1 => 'RecursiveIteratorIterator',
  ),
  'prev' => 
  array (
    0 => 'recursiveiteratoriterator.enditeration.php',
    1 => 'RecursiveIteratorIterator::endIteration',
  ),
  'next' => 
  array (
    0 => 'recursiveiteratoriterator.getinneriterator.php',
    1 => 'RecursiveIteratorIterator::getInnerIterator',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/spl/recursiveiteratoriterator/getdepth.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="recursiveiteratoriterator.getdepth" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">RecursiveIteratorIterator::getDepth</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">RecursiveIteratorIterator::getDepth</span> &mdash; <span class="dc-title">Get the current depth of the recursive iteration</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-recursiveiteratoriterator.getdepth-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>RecursiveIteratorIterator::getDepth</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>


   <div class="warning"><strong class="warning">Warning</strong><p class="simpara">This function is
currently not documented; only its argument list is available.
</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-recursiveiteratoriterator.getdepth-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-recursiveiteratoriterator.getdepth-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   The current depth of the recursive iteration.
  </p>
 </div>


</div><?php manual_footer($setup); ?>