mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
hasMore has been replaced by valid
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155745 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
90379c7a94
commit
eee4c61e70
2 changed files with 6 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.ArrayIterator-hasMore">
|
||||
<refentry id="function.ArrayIterator-valid">
|
||||
<refnamediv>
|
||||
<refname>ArrayIterator::hasMore</refname>
|
||||
<refname>ArrayIterator::valid</refname>
|
||||
<refpurpose>
|
||||
Check whether array contains more entries
|
||||
</refpurpose>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ArrayIterator::hasMore</methodname>
|
||||
<type>bool</type><methodname>ArrayIterator::valid</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue