On Thu, Aug 09, 2001 at 05:58:49AM -0000, Jani Taskinen wrote:
> 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'.

Please revert this patch.

-Egon   
   
> 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>
> 
> 

-- 
-- 
All known books about PHP and related books: http://php.net/books.php 
Concert Band of the University of Hohenheim: http://www.concert-band.de/
First and second bestselling book in German: http://www.php-buch.de/

Reply via email to