From eee4c61e7034fa69bd59c28ebfe81d6832b57b8f Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sun, 11 Apr 2004 14:36:33 +0000 Subject: [PATCH] hasMore has been replaced by valid git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155745 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../{ArrayIterator-hasMore.xml => ArrayIterator-valid.xml} | 6 +++--- reference/spl/reference.xml | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) rename reference/spl/functions/{ArrayIterator-hasMore.xml => ArrayIterator-valid.xml} (82%) diff --git a/reference/spl/functions/ArrayIterator-hasMore.xml b/reference/spl/functions/ArrayIterator-valid.xml similarity index 82% rename from reference/spl/functions/ArrayIterator-hasMore.xml rename to reference/spl/functions/ArrayIterator-valid.xml index 6a1c8e3203..dff395ebd2 100755 --- a/reference/spl/functions/ArrayIterator-hasMore.xml +++ b/reference/spl/functions/ArrayIterator-valid.xml @@ -1,8 +1,8 @@ - + - ArrayIterator::hasMore + ArrayIterator::valid Check whether array contains more entries @@ -10,7 +10,7 @@ Description - boolArrayIterator::hasMore + boolArrayIterator::valid diff --git a/reference/spl/reference.xml b/reference/spl/reference.xml index 62009054eb..6f9d7da82d 100755 --- a/reference/spl/reference.xml +++ b/reference/spl/reference.xml @@ -1,5 +1,5 @@ - + Standard PHP Library (SPL) Functions spl @@ -15,13 +15,14 @@
&reftitle.install; - To be written. + This extension is available and compiled by default in PHP 5.
&reference.spl.constants; &reference.spl.functions;
+