<?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 => 'zh',
  ),
  'this' => 
  array (
    0 => 'recursiveiteratoriterator.callhaschildren.php',
    1 => 'RecursiveIteratorIterator::callHasChildren',
    2 => 'Has children',
  ),
  'up' => 
  array (
    0 => 'class.recursiveiteratoriterator.php',
    1 => 'RecursiveIteratorIterator',
  ),
  'prev' => 
  array (
    0 => 'recursiveiteratoriterator.callgetchildren.php',
    1 => 'RecursiveIteratorIterator::callGetChildren',
  ),
  'next' => 
  array (
    0 => 'recursiveiteratoriterator.construct.php',
    1 => 'RecursiveIteratorIterator::__construct',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/spl/recursiveiteratoriterator/callhaschildren.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

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

 </div>

 <div class="refsect1 description" id="refsect1-recursiveiteratoriterator.callhaschildren-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>RecursiveIteratorIterator::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">警告</strong><p class="simpara">本函数还未编写文档，仅有参数列表。</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-recursiveiteratoriterator.callhaschildren-parameters">
  <h3 class="title">参数</h3>
  <p class="para">此函数没有参数。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-recursiveiteratoriterator.callhaschildren-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="para">
   Returns whether the element has children.
  </p>
 </div>

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