<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.recursiveiterator.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'recursiveiterator.getchildren.php',
    1 => 'RecursiveIterator::getChildren',
    2 => 'Returns an iterator for the current entry',
  ),
  'up' => 
  array (
    0 => 'class.recursiveiterator.php',
    1 => 'RecursiveIterator',
  ),
  'prev' => 
  array (
    0 => 'class.recursiveiterator.php',
    1 => 'RecursiveIterator',
  ),
  'next' => 
  array (
    0 => 'recursiveiterator.haschildren.php',
    1 => 'RecursiveIterator::hasChildren',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/spl/recursiveiterator/getchildren.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="recursiveiterator.getchildren" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">RecursiveIterator::getChildren</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.1.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">RecursiveIterator::getChildren</span> &mdash; <span class="dc-title">Returns an iterator for the current entry</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-recursiveiterator.getchildren-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>RecursiveIterator::getChildren</strong></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>

  <p class="para rdfs-comment">
   Returns an iterator for the current iterator entry.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-recursiveiterator.getchildren-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">У цієї функції немає
параметрів.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-recursiveiterator.getchildren-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Returns an iterator for the current entry if it exists, or <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong> otherwise.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-recursiveiterator.getchildren-seealso">
  <h3 class="title">Прогляньте також</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="recursiveiterator.haschildren.php" class="function" rel="rdfs-seeAlso">RecursiveIterator::hasChildren()</a> - Returns if an iterator can be created for the current entry</span></li>
   </ul>
  </p>
 </div>


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