mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Sorry, but this is not the way we can build a correct manual.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53772 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f19ab94f75
commit
5684d889a8
1 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Revision: 1.44 $ -->
|
||||
<!-- $Revision: 1.45 $ -->
|
||||
<reference id="ref.math">
|
||||
<title>Mathematical Functions</title>
|
||||
<titleabbrev>Math</titleabbrev>
|
||||
|
@ -710,11 +710,11 @@ var_dump(hexdec("a0"));
|
|||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>mt_rand</function></funcdef>
|
||||
<paramdef>[int
|
||||
<parameter>min</parameter>
|
||||
<paramdef>int
|
||||
<parameter><optional>min</optional></parameter>
|
||||
</paramdef>
|
||||
<paramdef>int
|
||||
<parameter>max</parameter>]
|
||||
<parameter><optional>max</optional></parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
@ -1051,11 +1051,11 @@ echo pow(-1, 5.5); // error
|
|||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>rand</function></funcdef>
|
||||
<paramdef>[int
|
||||
<parameter>min</parameter>
|
||||
<paramdef>int
|
||||
<parameter><optional>min</optional></parameter>
|
||||
</paramdef>
|
||||
<paramdef>int
|
||||
<parameter>max</parameter>]
|
||||
<parameter><optional>max</optional></parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
|
Loading…
Reference in a new issue