<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.emptyiterator.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'emptyiterator.valid.php',
    1 => 'EmptyIterator::valid',
    2 => 'Checks whether the current element is valid',
  ),
  'up' => 
  array (
    0 => 'class.emptyiterator.php',
    1 => 'EmptyIterator',
  ),
  'prev' => 
  array (
    0 => 'emptyiterator.rewind.php',
    1 => 'EmptyIterator::rewind',
  ),
  'next' => 
  array (
    0 => 'class.filesystemiterator.php',
    1 => 'FilesystemIterator',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/spl/emptyiterator/valid.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="emptyiterator.valid" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">EmptyIterator::valid</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.1.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">EmptyIterator::valid</span> &mdash; <span class="dc-title">Checks whether the current element is valid</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-emptyiterator.valid-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>EmptyIterator::valid</strong></span>(): <span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></div>

  <p class="para rdfs-comment">
   Checks whether the current element is valid.
  </p>
  <blockquote class="note"><p><strong class="note">Hinweis</strong>: 
   <p class="para">
    The <span class="classname"><a href="class.emptyiterator.php" class="classname">EmptyIterator</a></span> is always empty and will never have a valid value.
    The return value is always <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>.
   </p>
  </p></blockquote>
 </div>


 <div class="refsect1 parameters" id="refsect1-emptyiterator.valid-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-emptyiterator.valid-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>
  </p>
 </div>


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