Date: 08/09/01
- Next message: sniper <email protected>: "[PHP-DOC] Bug #12550 Updated: rand() and mt_rand() don't behave as documented"
- Previous message: Jani Taskinen: "[PHP-DOC] cvs: phpdoc /en/chapters install.xml"
- Next in thread: eschmid+sic <email protected>: "Re: [PHP-DOC] cvs: phpdoc /en/functions math.xml"
- Reply: eschmid+sic <email protected>: "Re: [PHP-DOC] cvs: phpdoc /en/functions math.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
sniper Thu Aug 9 01:58:49 2001 EDT
Modified files:
/phpdoc/en/functions math.xml
Log:
Another try with this. This seems to 'compile'.
Index: phpdoc/en/functions/math.xml
diff -u phpdoc/en/functions/math.xml:1.45 phpdoc/en/functions/math.xml:1.46
--- phpdoc/en/functions/math.xml:1.45 Tue Aug 7 18:25:15 2001
+++ phpdoc/en/functions/math.xml Thu Aug 9 01:58:49 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.45 $ -->
+<!-- $Revision: 1.46 $ -->
<reference id="ref.math">
<title>Mathematical Functions</title>
<titleabbrev>Math</titleabbrev>
@@ -710,11 +710,8 @@
<funcsynopsis>
<funcprototype>
<funcdef>int <function>mt_rand</function></funcdef>
- <paramdef>int
- <parameter><optional>min</optional></parameter>
- </paramdef>
- <paramdef>int
- <parameter><optional>max</optional></parameter>
+ <paramdef>
+ <parameter><optional>int min, int max</optional></parameter>
</paramdef>
</funcprototype>
</funcsynopsis>
@@ -1051,11 +1048,8 @@
<funcsynopsis>
<funcprototype>
<funcdef>int <function>rand</function></funcdef>
- <paramdef>int
- <parameter><optional>min</optional></parameter>
- </paramdef>
- <paramdef>int
- <parameter><optional>max</optional></parameter>
+ <paramdef>
+ <parameter><optional>int min, int max</optional></parameter>
</paramdef>
</funcprototype>
</funcsynopsis>
- Next message: sniper <email protected>: "[PHP-DOC] Bug #12550 Updated: rand() and mt_rand() don't behave as documented"
- Previous message: Jani Taskinen: "[PHP-DOC] cvs: phpdoc /en/chapters install.xml"
- Next in thread: eschmid+sic <email protected>: "Re: [PHP-DOC] cvs: phpdoc /en/functions math.xml"
- Reply: eschmid+sic <email protected>: "Re: [PHP-DOC] cvs: phpdoc /en/functions math.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

