vrana Tue Aug 3 06:24:06 2004 EDT
Modified files:
/phpdoc/en/reference/array/functions array-multisort.xml
array-pop.xml array-push.xml
array-shift.xml
array-unshift.xml
array-walk-recursive.xml
arsort.xml asort.xml
krsort.xml ksort.xml
natcasesort.xml rsort.xml
shuffle.xml sort.xml
uasort.xml uksort.xml
usort.xml
Log:
Parameters passed by reference
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-multisort.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/array/functions/array-multisort.xml
diff -u phpdoc/en/reference/array/functions/array-multisort.xml:1.10
phpdoc/en/reference/array/functions/array-multisort.xml:1.11
--- phpdoc/en/reference/array/functions/array-multisort.xml:1.10 Tue May 4
15:56:18 2004
+++ phpdoc/en/reference/array/functions/array-multisort.xml Tue Aug 3 06:24:05
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.11 -->
<refentry id="function.array-multisort">
<refnamediv>
@@ -14,6 +14,7 @@
<methodparam
choice="opt"><type>mixed</type><parameter>arg</parameter></methodparam>
<methodparam
choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
<methodparam
choice="opt"><type>array</type><parameter>...</parameter></methodparam>
+ <!-- Parameters don't need to be passed by reference -->
</methodsynopsis>
<para>
<function>array_multisort</function> can be used to sort several
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-pop.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/array/functions/array-pop.xml
diff -u phpdoc/en/reference/array/functions/array-pop.xml:1.8
phpdoc/en/reference/array/functions/array-pop.xml:1.9
--- phpdoc/en/reference/array/functions/array-pop.xml:1.8 Sun Aug 17 08:21:03
2003
+++ phpdoc/en/reference/array/functions/array-pop.xml Tue Aug 3 06:24:05 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-pop">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>mixed</type><methodname>array_pop</methodname>
- <methodparam><type>array</type><parameter>array</parameter></methodparam>
+ <methodparam><type>array</type><parameter>&array</parameter></methodparam>
</methodsynopsis>
<para>
<function>array_pop</function> pops and returns the last value of
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-push.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/array/functions/array-push.xml
diff -u phpdoc/en/reference/array/functions/array-push.xml:1.9
phpdoc/en/reference/array/functions/array-push.xml:1.10
--- phpdoc/en/reference/array/functions/array-push.xml:1.9 Mon Jan 12 15:48:44
2004
+++ phpdoc/en/reference/array/functions/array-push.xml Tue Aug 3 06:24:05 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-push">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>array_push</methodname>
- <methodparam><type>array</type><parameter>array</parameter></methodparam>
+ <methodparam><type>array</type><parameter>&array</parameter></methodparam>
<methodparam><type>mixed</type><parameter>var</parameter></methodparam>
<methodparam
choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
</methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-shift.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/array/functions/array-shift.xml
diff -u phpdoc/en/reference/array/functions/array-shift.xml:1.9
phpdoc/en/reference/array/functions/array-shift.xml:1.10
--- phpdoc/en/reference/array/functions/array-shift.xml:1.9 Sun Aug 17 08:21:03
2003
+++ phpdoc/en/reference/array/functions/array-shift.xml Tue Aug 3 06:24:05 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-shift">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>mixed</type><methodname>array_shift</methodname>
- <methodparam><type>array</type><parameter>array</parameter></methodparam>
+ <methodparam><type>array</type><parameter>&array</parameter></methodparam>
</methodsynopsis>
<para>
<function>array_shift</function> shifts the first value of the
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-unshift.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/array/functions/array-unshift.xml
diff -u phpdoc/en/reference/array/functions/array-unshift.xml:1.9
phpdoc/en/reference/array/functions/array-unshift.xml:1.10
--- phpdoc/en/reference/array/functions/array-unshift.xml:1.9 Fri Dec 26 13:42:02
2003
+++ phpdoc/en/reference/array/functions/array-unshift.xml Tue Aug 3 06:24:05
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-unshift">
<refnamediv>
@@ -12,11 +12,9 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>array_unshift</methodname>
- <methodparam><type>array</type><parameter>array</parameter></methodparam>
+ <methodparam><type>array</type><parameter>&array</parameter></methodparam>
<methodparam><type>mixed</type><parameter>var</parameter></methodparam>
- <methodparam choice="opt"><type>mixed</type><parameter>
- ...
- </parameter></methodparam>
+ <methodparam
choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
</methodsynopsis>
<para>
<function>array_unshift</function> prepends passed elements to
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-walk-recursive.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/array/functions/array-walk-recursive.xml
diff -u phpdoc/en/reference/array/functions/array-walk-recursive.xml:1.3
phpdoc/en/reference/array/functions/array-walk-recursive.xml:1.4
--- phpdoc/en/reference/array/functions/array-walk-recursive.xml:1.3 Tue Aug 3
04:52:13 2004
+++ phpdoc/en/reference/array/functions/array-walk-recursive.xml Tue Aug 3
06:24:05 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.array-walk-recursive">
<refnamediv>
<refname>array_walk_recursive</refname>
@@ -11,7 +11,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>array_walk_recursive</methodname>
- <methodparam><type>array</type><parameter>input</parameter></methodparam>
+ <methodparam><type>array</type><parameter>&input</parameter></methodparam>
<methodparam><type>string</type><parameter>funcname</parameter></methodparam>
<methodparam
choice="opt"><type>mixed</type><parameter>userdata</parameter></methodparam>
</methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/arsort.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/array/functions/arsort.xml
diff -u phpdoc/en/reference/array/functions/arsort.xml:1.8
phpdoc/en/reference/array/functions/arsort.xml:1.9
--- phpdoc/en/reference/array/functions/arsort.xml:1.8 Fri Dec 26 04:56:59 2003
+++ phpdoc/en/reference/array/functions/arsort.xml Tue Aug 3 06:24:05 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.arsort">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>arsort</methodname>
- <methodparam><type>array</type><parameter>array</parameter></methodparam>
+ <methodparam><type>array</type><parameter>&array</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>sort_flags</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/asort.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/array/functions/asort.xml
diff -u phpdoc/en/reference/array/functions/asort.xml:1.8
phpdoc/en/reference/array/functions/asort.xml:1.9
--- phpdoc/en/reference/array/functions/asort.xml:1.8 Fri Dec 26 04:56:59 2003
+++ phpdoc/en/reference/array/functions/asort.xml Tue Aug 3 06:24:05 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.asort">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>asort</methodname>
- <methodparam><type>array</type><parameter>array</parameter></methodparam>
+ <methodparam><type>array</type><parameter>&array</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>sort_flags</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/krsort.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/array/functions/krsort.xml
diff -u phpdoc/en/reference/array/functions/krsort.xml:1.8
phpdoc/en/reference/array/functions/krsort.xml:1.9
--- phpdoc/en/reference/array/functions/krsort.xml:1.8 Fri Dec 26 04:56:59 2003
+++ phpdoc/en/reference/array/functions/krsort.xml Tue Aug 3 06:24:05 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.krsort">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>krsort</methodname>
- <methodparam><type>array</type><parameter>array</parameter></methodparam>
+ <methodparam><type>array</type><parameter>&array</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>sort_flags</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/ksort.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/array/functions/ksort.xml
diff -u phpdoc/en/reference/array/functions/ksort.xml:1.8
phpdoc/en/reference/array/functions/ksort.xml:1.9
--- phpdoc/en/reference/array/functions/ksort.xml:1.8 Fri Dec 26 04:56:59 2003
+++ phpdoc/en/reference/array/functions/ksort.xml Tue Aug 3 06:24:06 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.ksort">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>ksort</methodname>
- <methodparam><type>array</type><parameter>array</parameter></methodparam>
+ <methodparam><type>array</type><parameter>&array</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>sort_flags</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/natcasesort.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/array/functions/natcasesort.xml
diff -u phpdoc/en/reference/array/functions/natcasesort.xml:1.5
phpdoc/en/reference/array/functions/natcasesort.xml:1.6
--- phpdoc/en/reference/array/functions/natcasesort.xml:1.5 Thu Feb 26 14:55:33
2004
+++ phpdoc/en/reference/array/functions/natcasesort.xml Tue Aug 3 06:24:06 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.25 -->
<refentry id="function.natcasesort">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>void</type><methodname>natcasesort</methodname>
- <methodparam><type>array</type><parameter>array</parameter></methodparam>
+ <methodparam><type>array</type><parameter>&array</parameter></methodparam>
</methodsynopsis>
<para>
This function implements a sort algorithm that orders
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/rsort.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/array/functions/rsort.xml
diff -u phpdoc/en/reference/array/functions/rsort.xml:1.8
phpdoc/en/reference/array/functions/rsort.xml:1.9
--- phpdoc/en/reference/array/functions/rsort.xml:1.8 Fri Dec 26 04:56:59 2003
+++ phpdoc/en/reference/array/functions/rsort.xml Tue Aug 3 06:24:06 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.rsort">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>rsort</methodname>
- <methodparam><type>array</type><parameter>array</parameter></methodparam>
+ <methodparam><type>array</type><parameter>&array</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>sort_flags</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/shuffle.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/array/functions/shuffle.xml
diff -u phpdoc/en/reference/array/functions/shuffle.xml:1.10
phpdoc/en/reference/array/functions/shuffle.xml:1.11
--- phpdoc/en/reference/array/functions/shuffle.xml:1.10 Tue May 11 01:35:15
2004
+++ phpdoc/en/reference/array/functions/shuffle.xml Tue Aug 3 06:24:06 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.shuffle">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>shuffle</methodname>
- <methodparam><type>array</type><parameter>array</parameter></methodparam>
+ <methodparam><type>array</type><parameter>&array</parameter></methodparam>
</methodsynopsis>
<para>
This function shuffles (randomizes the order of the elements in)
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/sort.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/array/functions/sort.xml
diff -u phpdoc/en/reference/array/functions/sort.xml:1.12
phpdoc/en/reference/array/functions/sort.xml:1.13
--- phpdoc/en/reference/array/functions/sort.xml:1.12 Fri May 21 09:54:49 2004
+++ phpdoc/en/reference/array/functions/sort.xml Tue Aug 3 06:24:06 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.sort">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>sort</methodname>
- <methodparam><type>array</type><parameter>array</parameter></methodparam>
+ <methodparam><type>array</type><parameter>&array</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>sort_flags</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/uasort.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/array/functions/uasort.xml
diff -u phpdoc/en/reference/array/functions/uasort.xml:1.6
phpdoc/en/reference/array/functions/uasort.xml:1.7
--- phpdoc/en/reference/array/functions/uasort.xml:1.6 Fri Dec 26 04:56:59 2003
+++ phpdoc/en/reference/array/functions/uasort.xml Tue Aug 3 06:24:06 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.uasort">
<refnamediv>
@@ -13,7 +13,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>uasort</methodname>
- <methodparam><type>array</type><parameter>array</parameter></methodparam>
+ <methodparam><type>array</type><parameter>&array</parameter></methodparam>
<methodparam><type>callback</type><parameter>cmp_function</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/uksort.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/array/functions/uksort.xml
diff -u phpdoc/en/reference/array/functions/uksort.xml:1.12
phpdoc/en/reference/array/functions/uksort.xml:1.13
--- phpdoc/en/reference/array/functions/uksort.xml:1.12 Thu Jan 15 07:42:01 2004
+++ phpdoc/en/reference/array/functions/uksort.xml Tue Aug 3 06:24:06 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.uksort">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>uksort</methodname>
- <methodparam><type>array</type><parameter>array</parameter></methodparam>
+ <methodparam><type>array</type><parameter>&array</parameter></methodparam>
<methodparam><type>callback</type><parameter>cmp_function</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/usort.xml?r1=1.18&r2=1.19&ty=u
Index: phpdoc/en/reference/array/functions/usort.xml
diff -u phpdoc/en/reference/array/functions/usort.xml:1.18
phpdoc/en/reference/array/functions/usort.xml:1.19
--- phpdoc/en/reference/array/functions/usort.xml:1.18 Tue May 4 15:56:18 2004
+++ phpdoc/en/reference/array/functions/usort.xml Tue Aug 3 06:24:06 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.usort">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>usort</methodname>
- <methodparam><type>array</type><parameter>array</parameter></methodparam>
+ <methodparam><type>array</type><parameter>&array</parameter></methodparam>
<methodparam><type>callback</type><parameter>cmp_function</parameter></methodparam>
</methodsynopsis>
<para>