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:
Egon Schmid 2001-08-07 03:38:28 +00:00
parent 488c67e394
commit 7f69f3792c

View file

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