tularis         Sun Aug  1 19:20:42 2004 EDT

  Modified files:              
    /phpdoc/en/reference/array/functions        natsort.xml 
  Log:
  added the & to the parameter to make it clear(er) that this parameter is passed by 
reference
  
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/natsort.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/array/functions/natsort.xml
diff -u phpdoc/en/reference/array/functions/natsort.xml:1.9 
phpdoc/en/reference/array/functions/natsort.xml:1.10
--- phpdoc/en/reference/array/functions/natsort.xml:1.9 Thu Feb 26 14:55:33 2004
+++ phpdoc/en/reference/array/functions/natsort.xml     Sun Aug  1 19:20:42 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.25 -->
   <refentry id="function.natsort">
    <refnamediv>
@@ -12,7 +12,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>void</type><methodname>natsort</methodname>
-      <methodparam><type>array</type><parameter>array</parameter></methodparam>
+      <methodparam><type>array</type><parameter>&amp;array</parameter></methodparam>
      </methodsynopsis>
     <para>
      This function implements a sort algorithm that orders

Reply via email to