mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Both arguments are optional, see the source code.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53639 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
488c67e394
commit
7f69f3792c
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Revision: 1.42 $ -->
|
||||
<!-- $Revision: 1.43 $ -->
|
||||
<reference id="ref.math">
|
||||
<title>Mathematical Functions</title>
|
||||
<titleabbrev>Math</titleabbrev>
|
||||
|
@ -1054,8 +1054,8 @@ echo pow(-1, 5.5); // error
|
|||
<paramdef>
|
||||
<parameter><optional>int min</optional></parameter>
|
||||
</paramdef>
|
||||
<paramdef>
|
||||
<parameter>int max</parameter>
|
||||
<paramdef>int
|
||||
<parameter><optional>max</optional></parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
|
Loading…
Reference in a new issue