<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.parentiterator.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'parentiterator.getchildren.php',
    1 => 'ParentIterator::getChildren',
    2 => 'Return the inner iterator\'s children contained in a ParentIterator',
  ),
  'up' => 
  array (
    0 => 'class.parentiterator.php',
    1 => 'ParentIterator',
  ),
  'prev' => 
  array (
    0 => 'parentiterator.construct.php',
    1 => 'ParentIterator::__construct',
  ),
  'next' => 
  array (
    0 => 'parentiterator.haschildren.php',
    1 => 'ParentIterator::hasChildren',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/spl/parentiterator/getchildren.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="parentiterator.getchildren" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ParentIterator::getChildren</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.1.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ParentIterator::getChildren</span> &mdash; <span class="dc-title">Return the inner iterator&#039;s children contained in a ParentIterator</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-parentiterator.getchildren-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ParentIterator::getChildren</strong></span>(): <span class="type"><a href="class.parentiterator.php" class="type ParentIterator">ParentIterator</a></span></div>

  <p class="para rdfs-comment">
   Get the inner iterator&#039;s children contained in a ParentIterator.
  </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-parentiterator.getchildren-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-parentiterator.getchildren-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   An <span class="type"><a href="language.types.object.php" class="type object">object</a></span>.
  </p>
 </div>


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