nlopess Thu Apr 29 11:54:18 2004 EDT
Modified files:
/phpdoc/en/reference/array/functions array-diff-uassoc.xml
Log:
fixing methodsynopsis
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-diff-uassoc.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/array/functions/array-diff-uassoc.xml
diff -u phpdoc/en/reference/array/functions/array-diff-uassoc.xml:1.3
phpdoc/en/reference/array/functions/array-diff-uassoc.xml:1.4
--- phpdoc/en/reference/array/functions/array-diff-uassoc.xml:1.3 Thu Jan 15
07:42:01 2004
+++ phpdoc/en/reference/array/functions/array-diff-uassoc.xml Thu Apr 29 11:54:18
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.14 -->
<refentry id="function.array-diff-uassoc">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>array</type><methodname>array_diff_assoc</methodname>
+ <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>