philip          Thu Mar 14 02:10:43 2002 EDT

  Modified files:              
    /phpdoc/en/functions        math.xml 
  Log:
  rand: parameters are optional, removing void reference
  
  
Index: phpdoc/en/functions/math.xml
diff -u phpdoc/en/functions/math.xml:1.75 phpdoc/en/functions/math.xml:1.76
--- phpdoc/en/functions/math.xml:1.75   Mon Mar  4 05:38:50 2002
+++ phpdoc/en/functions/math.xml        Thu Mar 14 02:10:37 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.75 $ -->
+<!-- $Revision: 1.76 $ -->
  <reference id="ref.math">
   <title>Mathematical Functions</title>
   <titleabbrev>Math</titleabbrev>
@@ -1261,12 +1261,8 @@
     <title>Description</title>
      <methodsynopsis>
       <type>int</type><methodname>rand</methodname>
-      <void/>
-     </methodsynopsis>
-     <methodsynopsis>
-      <type>int</type><methodname>rand</methodname>
-      <methodparam><type>int</type><parameter>min</parameter></methodparam>
-      <methodparam><type>int</type><parameter>max</parameter></methodparam>
+      <methodparam 
+choice="opt"><type>int</type><parameter>min</parameter></methodparam>
+      <methodparam 
+choice="opt"><type>int</type><parameter>max</parameter></methodparam>
      </methodsynopsis>
     <simpara>
      If called without the optional <parameter>min</parameter>,


Reply via email to