dams            Tue Feb 18 13:04:41 2003 EDT

  Modified files:              
    /phpdoc/en/reference/array/functions        array-intersect.xml sort.xml 
  Log:
  Update presentation
  
Index: phpdoc/en/reference/array/functions/array-intersect.xml
diff -u phpdoc/en/reference/array/functions/array-intersect.xml:1.5 
phpdoc/en/reference/array/functions/array-intersect.xml:1.6
--- phpdoc/en/reference/array/functions/array-intersect.xml:1.5 Fri Jan 10 17:22:40 
2003
+++ phpdoc/en/reference/array/functions/array-intersect.xml     Tue Feb 18 13:04:41 
+2003
@@ -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.14 -->
   <refentry id="function.array-intersect">
    <refnamediv>
@@ -60,7 +60,7 @@
     </warning>
     <para>
      See also <function>array_intersect_assoc</function>,
-     <function>array_diff</function>,
+     <function>array_diff</function>, and
      <function>array_diff_assoc</function>.
     </para>
    </refsect1>
Index: phpdoc/en/reference/array/functions/sort.xml
diff -u phpdoc/en/reference/array/functions/sort.xml:1.4 
phpdoc/en/reference/array/functions/sort.xml:1.5
--- phpdoc/en/reference/array/functions/sort.xml:1.4    Sun May 12 04:19:28 2002
+++ phpdoc/en/reference/array/functions/sort.xml        Tue Feb 18 13:04:41 2003
@@ -1,5 +1,5 @@
 <?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.2 -->
   <refentry id="function.sort">
    <refnamediv>
@@ -68,6 +68,11 @@
       </listitem>
      </itemizedlist>
     </para>
+    <note>
+     <para>
+      The second parameter was added in PHP 4.
+     </para>
+    </note>
     <para>
      See also <function>arsort</function>,
      <function>asort</function>, <function>ksort</function>,
@@ -76,11 +81,6 @@
      <function>array_multisort</function>, and
      <function>uksort</function>.
     </para>
-    <note>
-     <para>
-      The second parameter was added in PHP 4.
-     </para>
-    </note>
    </refsect1>
   </refentry>
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to