mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
correcting parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155746 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
eee4c61e70
commit
274de5b442
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.ArrayIterator-current">
|
||||
<refnamediv>
|
||||
<refname>ArrayIterator::current</refname>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>mixed|false</type><methodname>ArrayIterator::current</methodname>
|
||||
<type>mixed</type><methodname>ArrayIterator::current</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.ArrayIterator-key">
|
||||
<refnamediv>
|
||||
<refname>ArrayIterator::key</refname>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>mixed|false</type><methodname>ArrayIterator::key</methodname>
|
||||
<type>mixed</type><methodname>ArrayIterator::key</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.ArrayObject-construct">
|
||||
<refnamediv>
|
||||
<refname>ArrayObject::__construct</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>ArrayObject::__construct</methodname>
|
||||
<methodparam><type>array|object</type><parameter>ar</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>ar</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
|
Loading…
Reference in a new issue