dams Tue May 4 15:55:54 2004 EDT
Modified files:
/phpdoc/en/reference/array/functions array-diff-uassoc.xml
Log:
removed space from parameter name
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-diff-uassoc.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/array/functions/array-diff-uassoc.xml
diff -u phpdoc/en/reference/array/functions/array-diff-uassoc.xml:1.4
phpdoc/en/reference/array/functions/array-diff-uassoc.xml:1.5
--- phpdoc/en/reference/array/functions/array-diff-uassoc.xml:1.4 Thu Apr 29
11:54:18 2004
+++ phpdoc/en/reference/array/functions/array-diff-uassoc.xml Tue May 4 15:55:53
2004
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.14 -->
<refentry id="function.array-diff-uassoc">
<refnamediv>
<refname>array_diff_uassoc</refname>
- <refpurpose>Computes the difference of arrays with additional index check which
is performed by a user supplied callback function.</refpurpose>
+ <refpurpose>
+ Computes the difference of arrays with additional index check
+ which is performed by a user supplied callback function
+ </refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -12,7 +15,7 @@
<type>array</type><methodname>array_diff_uassoc</methodname>
<methodparam><type>array</type><parameter>array1</parameter></methodparam>
<methodparam><type>array</type><parameter>array2</parameter></methodparam>
- <methodparam choice="opt"><type>array</type><parameter>
...</parameter></methodparam>
+ <methodparam
choice="opt"><type>array</type><parameter>...</parameter></methodparam>
<methodparam><type>callback</type><parameter>key_compare_func</parameter></methodparam>
</methodsynopsis>
<para>