nlopess Sun Apr 11 10:36:33 2004 EDT
Added files:
/phpdoc/en/reference/spl/functions ArrayIterator-valid.xml
Removed files:
/phpdoc/en/reference/spl/functions ArrayIterator-hasMore.xml
Modified files:
/phpdoc/en/reference/spl reference.xml
Log:
hasMore has been replaced by valid
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/reference.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/spl/reference.xml
diff -u phpdoc/en/reference/spl/reference.xml:1.1
phpdoc/en/reference/spl/reference.xml:1.2
--- phpdoc/en/reference/spl/reference.xml:1.1 Tue Feb 24 05:51:17 2004
+++ phpdoc/en/reference/spl/reference.xml Sun Apr 11 10:36:33 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<reference id="ref.spl">
<title>Standard PHP Library (SPL) Functions</title>
<titleabbrev>spl</titleabbrev>
@@ -15,13 +15,14 @@
<section id="spl.installation">
&reftitle.install;
<para>
- To be written.
+ This extension is available and compiled by default in PHP 5.
</para>
</section>
&reference.spl.constants;
</partintro>
&reference.spl.functions;
</reference>
+
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/ArrayIterator-valid.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/ArrayIterator-valid.xml
+++ phpdoc/en/reference/spl/functions/ArrayIterator-valid.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.ArrayIterator-valid">
<refnamediv>
<refname>ArrayIterator::valid</refname>
<refpurpose>
Check whether array contains more entries
</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>ArrayIterator::valid</methodname>
<void/>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->