<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.recursivetreeiterator.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'recursivetreeiterator.callhaschildren.php',
    1 => 'RecursiveTreeIterator::callHasChildren',
    2 => 'Has children',
  ),
  'up' => 
  array (
    0 => 'class.recursivetreeiterator.php',
    1 => 'RecursiveTreeIterator',
  ),
  'prev' => 
  array (
    0 => 'recursivetreeiterator.callgetchildren.php',
    1 => 'RecursiveTreeIterator::callGetChildren',
  ),
  'next' => 
  array (
    0 => 'recursivetreeiterator.construct.php',
    1 => 'RecursiveTreeIterator::__construct',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/spl/recursivetreeiterator/callhaschildren.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="recursivetreeiterator.callhaschildren" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">RecursiveTreeIterator::callHasChildren</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">RecursiveTreeIterator::callHasChildren</span> &mdash; <span class="dc-title">Has children</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-recursivetreeiterator.callhaschildren-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>RecursiveTreeIterator::callHasChildren</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Called for each element to test whether it has children.
  </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-recursivetreeiterator.callhaschildren-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-recursivetreeiterator.callhaschildren-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> if there are children, otherwise <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>
  </p>
 </div>


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