Fix type hint

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270118 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2008-11-30 00:26:49 +00:00
parent 7c14c8062a
commit a4cff70da7
2 changed files with 4 additions and 4 deletions

View file

@ -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;

View file

@ -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>