<?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 => 'tr',
  ),
  'this' => 
  array (
    0 => 'recursiveiteratoriterator.getmaxdepth.php',
    1 => 'RecursiveIteratorIterator::getMaxDepth',
    2 => 'Get max depth',
  ),
  'up' => 
  array (
    0 => 'class.recursiveiteratoriterator.php',
    1 => 'RecursiveIteratorIterator',
  ),
  'prev' => 
  array (
    0 => 'recursiveiteratoriterator.getinneriterator.php',
    1 => 'RecursiveIteratorIterator::getInnerIterator',
  ),
  'next' => 
  array (
    0 => 'recursiveiteratoriterator.getsubiterator.php',
    1 => 'RecursiveIteratorIterator::getSubIterator',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/spl/recursiveiteratoriterator/getmaxdepth.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="recursiveiteratoriterator.getmaxdepth" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">RecursiveIteratorIterator::getMaxDepth</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.1.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">RecursiveIteratorIterator::getMaxDepth</span> &mdash; <span class="dc-title">Get max depth</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-recursiveiteratoriterator.getmaxdepth-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>RecursiveIteratorIterator::getMaxDepth</strong></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>

  <p class="para rdfs-comment">
   Gets the maximum allowable depth.
  </p>

  <div class="warning"><strong class="warning">Uyarı</strong><p class="simpara">Bu işlev hala
belgelendirilmemiştir; sadece bağımsız değişken listesi
mevcuttur.</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-recursiveiteratoriterator.getmaxdepth-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">Bu işlevin bağımsız değişkeni yoktur.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-recursiveiteratoriterator.getmaxdepth-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   The maximum accepted depth, or <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> if any depth is allowed.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-recursiveiteratoriterator.getmaxdepth-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="recursiveiteratoriterator.setmaxdepth.php" class="methodname" rel="rdfs-seeAlso">RecursiveIteratorIterator::setMaxDepth()</a> - Set max depth</span></li>
   </ul>
  </p>
 </div>


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