<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'parentiterator.getchildren.php',
    1 => 'ParentIterator::getChildren',
    2 => 'Retourne le fils de l\'it&eacute;rateur interne contenu dans 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' => 'fr',
    '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">Retourne le fils de l&#039;itérateur interne contenu dans ParentIterator</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-parentiterator.getchildren-description">
  <h3 class="title">Description</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">
   Retourne le fils de l&#039;itérateur interne contenu dans ParentIterator.
  </p>

   
<div class="warning"><strong class="warning">Avertissement</strong>
<p class="simpara">
 Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.
</p>
</div>


 </div>


 <div class="refsect1 parameters" id="refsect1-parentiterator.getchildren-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <p class="para">Cette fonction ne contient aucun paramètre.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-parentiterator.getchildren-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="para">
   Un objet.
  </p>
 </div>


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