mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix some protos and typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158099 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
be0a936d2e
commit
082f07dd74
5 changed files with 15 additions and 17 deletions
|
@ -1,18 +1,17 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.ArrayObject-offsetExists">
|
||||
<refnamediv>
|
||||
<refname>ArrayObject::offsetExists</refname>
|
||||
<refpurpose>
|
||||
proto bool ArrayIterator::offsetExists(mixed $index)
|
||||
Returns whether the requested $index exists.
|
||||
Returns whether the requested $index exists
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ArrayObject::offsetExists</methodname>
|
||||
<methodparam><type>mixed</type><parameter>$index</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>index</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.ArrayObject-offsetGet">
|
||||
<refnamediv>
|
||||
<refname>ArrayObject::offsetGet</refname>
|
||||
<refpurpose>
|
||||
Returns the value at the specified $index.
|
||||
Returns the value at the specified $index
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ArrayObject::offsetGet</methodname>
|
||||
<methodparam><type>mixed</type><parameter>$index</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>index</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.ArrayObject-offsetSet">
|
||||
<refnamediv>
|
||||
<refname>ArrayObject::offsetSet</refname>
|
||||
<refpurpose>
|
||||
Sets the value at the specified $index to $newval.
|
||||
Sets the value at the specified $index to $newval
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>ArrayObject::offsetSet</methodname>
|
||||
<methodparam><type>mixed</type><parameter>$index</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>$newval</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>index</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>newval</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.ArrayObject-offsetUnset">
|
||||
<refnamediv>
|
||||
<refname>ArrayObject::offsetUnset</refname>
|
||||
<refpurpose>
|
||||
Unsets the value at the specified $index.
|
||||
Unsets the value at the specified $index
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>ArrayObject::offsetUnset</methodname>
|
||||
<methodparam><type>mixed</type><parameter>$index</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>index</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.RecursiveDirectoryIterator-hasChildren">
|
||||
<refnamediv>
|
||||
<refname>RecursiveDirectoryIterator::hasChildren</refname>
|
||||
|
@ -11,8 +11,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>RecursiveDirectoryIterator::hasChildren</methodname>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>$allow_links</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>=</type><parameter>false</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>allow_links</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
|
Loading…
Reference in a new issue