nlopess Thu May 6 11:35:04 2004 EDT
Modified files:
/phpdoc/en/reference/spl/functions ArrayObject-offsetExists.xml
ArrayObject-offsetGet.xml
ArrayObject-offsetSet.xml
ArrayObject-offsetUnset.xml
RecursiveDirectoryIterator-hasChildren.xml
Log:
fix some protos and typos
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/ArrayObject-offsetExists.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/spl/functions/ArrayObject-offsetExists.xml
diff -u phpdoc/en/reference/spl/functions/ArrayObject-offsetExists.xml:1.1
phpdoc/en/reference/spl/functions/ArrayObject-offsetExists.xml:1.2
--- phpdoc/en/reference/spl/functions/ArrayObject-offsetExists.xml:1.1 Thu May 6
11:03:59 2004
+++ phpdoc/en/reference/spl/functions/ArrayObject-offsetExists.xml Thu May 6
11:35:04 2004
@@ -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;
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/ArrayObject-offsetGet.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/spl/functions/ArrayObject-offsetGet.xml
diff -u phpdoc/en/reference/spl/functions/ArrayObject-offsetGet.xml:1.1
phpdoc/en/reference/spl/functions/ArrayObject-offsetGet.xml:1.2
--- phpdoc/en/reference/spl/functions/ArrayObject-offsetGet.xml:1.1 Thu May 6
11:03:59 2004
+++ phpdoc/en/reference/spl/functions/ArrayObject-offsetGet.xml Thu May 6 11:35:04
2004
@@ -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;
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/ArrayObject-offsetSet.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/spl/functions/ArrayObject-offsetSet.xml
diff -u phpdoc/en/reference/spl/functions/ArrayObject-offsetSet.xml:1.1
phpdoc/en/reference/spl/functions/ArrayObject-offsetSet.xml:1.2
--- phpdoc/en/reference/spl/functions/ArrayObject-offsetSet.xml:1.1 Thu May 6
11:03:59 2004
+++ phpdoc/en/reference/spl/functions/ArrayObject-offsetSet.xml Thu May 6 11:35:04
2004
@@ -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;
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/ArrayObject-offsetUnset.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/spl/functions/ArrayObject-offsetUnset.xml
diff -u phpdoc/en/reference/spl/functions/ArrayObject-offsetUnset.xml:1.1
phpdoc/en/reference/spl/functions/ArrayObject-offsetUnset.xml:1.2
--- phpdoc/en/reference/spl/functions/ArrayObject-offsetUnset.xml:1.1 Thu May 6
11:03:59 2004
+++ phpdoc/en/reference/spl/functions/ArrayObject-offsetUnset.xml Thu May 6
11:35:04 2004
@@ -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;
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/RecursiveDirectoryIterator-hasChildren.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/spl/functions/RecursiveDirectoryIterator-hasChildren.xml
diff -u
phpdoc/en/reference/spl/functions/RecursiveDirectoryIterator-hasChildren.xml:1.3
phpdoc/en/reference/spl/functions/RecursiveDirectoryIterator-hasChildren.xml:1.4
--- phpdoc/en/reference/spl/functions/RecursiveDirectoryIterator-hasChildren.xml:1.3
Fri Apr 30 10:32:27 2004
+++ phpdoc/en/reference/spl/functions/RecursiveDirectoryIterator-hasChildren.xml
Thu May 6 11:35:04 2004
@@ -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;