[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] cvs: phpdoc /en/reference/spl/functions iterator-count.xml iterator-to-array.xml
From:       "Hannes Magnusson" <bjori () php ! net>
Date:       2008-11-30 0:26:49
Message-ID: cvsbjori1228004809 () cvsserver
[Download RAW message or body]

bjori		Sun Nov 30 00:26:49 2008 UTC

  Modified files:              
    /phpdoc/en/reference/spl/functions	iterator-to-array.xml 
                                      	iterator-count.xml 
  Log:
  Fix type hint
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/spl/functions/iterator-to-array.xml?r1=1.9&r2=1.10&diff_format=u
                
Index: phpdoc/en/reference/spl/functions/iterator-to-array.xml
diff -u phpdoc/en/reference/spl/functions/iterator-to-array.xml:1.9 \
                phpdoc/en/reference/spl/functions/iterator-to-array.xml:1.10
--- phpdoc/en/reference/spl/functions/iterator-to-array.xml:1.9	Thu Mar 20 01:25:03 \
                2008
+++ phpdoc/en/reference/spl/functions/iterator-to-array.xml	Sun Nov 30 00:26:49 2008
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <refentry xml:id="function.iterator-to-array" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>iterator_to_array</refname>
@@ -10,7 +10,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>array</type><methodname>iterator_to_array</methodname>
-   <methodparam><type>IteratorAggregate</type><parameter>iterator</parameter></methodparam>
 +   <methodparam><type>Traversable</type><parameter>iterator</parameter></methodparam>
  <methodparam choice="opt"><type>bool</type><parameter>use_keys</parameter></methodparam>
  </methodsynopsis>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/spl/functions/iterator-count.xml?r1=1.7&r2=1.8&diff_format=u
                
Index: phpdoc/en/reference/spl/functions/iterator-count.xml
diff -u phpdoc/en/reference/spl/functions/iterator-count.xml:1.7 \
                phpdoc/en/reference/spl/functions/iterator-count.xml:1.8
--- phpdoc/en/reference/spl/functions/iterator-count.xml:1.7	Thu Mar 20 01:25:03 2008
+++ phpdoc/en/reference/spl/functions/iterator-count.xml	Sun Nov 30 00:26:49 2008
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <refentry xml:id="function.iterator-count" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>iterator_count</refname>
@@ -10,7 +10,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>int</type><methodname>iterator_count</methodname>
-   <methodparam><type>IteratorAggregate</type><parameter>iterator</parameter></methodparam>
 +   <methodparam><type>Traversable</type><parameter>iterator</parameter></methodparam>
  </methodsynopsis>
 
   &warn.undocumented.func;



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic