downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the Git repository for this website on git.php.net.

Source of: /manual/pl/norewinditerator.valid.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/class.norewinditerator.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'pl',
  ),
 
'this' =>
  array (
   
0 => 'norewinditerator.valid.php',
   
1 => 'NoRewindIterator::valid',
  ),
 
'up' =>
  array (
   
0 => 'class.norewinditerator.php',
   
1 => 'NoRewindIterator',
  ),
 
'prev' =>
  array (
   
0 => 'norewinditerator.rewind.php',
   
1 => 'NoRewindIterator::rewind',
  ),
 
'next' =>
  array (
   
0 => 'class.parentiterator.php',
   
1 => 'ParentIterator',
  ),
 
'alternatives' =>
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="norewinditerator.valid" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">NoRewindIterator::valid</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.1.0)</p><p class="refpurpose"><span class="refname">NoRewindIterator::valid</span> &mdash; <span class="dc-title">Validates the iterator</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-norewinditerator.valid-description">
  <h3 class="title">Opis</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">bool</span> <span class="methodname"><strong>NoRewindIterator::valid</strong></span>
    ( <span class="methodparam">void</span>
   )</div>

  <p class="para rdfs-comment">
   Checks whether the iterator is valid.
  </p>

  <div class="warning"><strong class="warning">Ostrzeżenie</strong><p class="simpara">Ta funkcja jest obecnie
nieudokumentowana, dostępna jest jedynie lista jej argumentów.
</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-norewinditerator.valid-parameters">
  <h3 class="title">Parametry</h3>
  <p class="para">Ta funkcja nie posiada parametrów.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-norewinditerator.valid-returnvalues">
  <h3 class="title">Zwracane wartości</h3>
  <p class="para">
   Zwraca <strong><code>TRUE</code></strong> w przypadku powodzenia, <strong><code>FALSE</code></strong> w
przypadku błędu.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-norewinditerator.valid-seealso">
  <h3 class="title">Zobacz też:</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="methodname"><a href="norewinditerator.getinneriterator.php" class="methodname" rel="rdfs-seeAlso">NoRewindIterator::getInnerIterator()</a> - Get the inner iterator</span></li>
   </ul>
  </p>
 </div>


</div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites