mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
changed (mt_)rand-parameters (bug #12550)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53616 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
932188f3bd
commit
7e7fad73c2
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Revision: 1.40 $ -->
|
||||
<!-- $Revision: 1.41 $ -->
|
||||
<reference id="ref.math">
|
||||
<title>Mathematical Functions</title>
|
||||
<titleabbrev>Math</titleabbrev>
|
||||
|
@ -714,7 +714,7 @@ var_dump(hexdec("a0"));
|
|||
<parameter><optional>min</optional></parameter>
|
||||
</paramdef>
|
||||
<paramdef>int
|
||||
<parameter><optional>max</optional></parameter>
|
||||
<parameter>max</parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
@ -1055,7 +1055,7 @@ echo pow(-1, 5.5); // error
|
|||
<parameter><optional>int min</optional></parameter>
|
||||
</paramdef>
|
||||
<paramdef>
|
||||
<parameter><optional>int max</optional></parameter>
|
||||
<parameter>int max</parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
|
Loading…
Reference in a new issue