rand: parameters are optional, removing void reference

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73229 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2002-03-14 07:10:37 +00:00
parent c73ac5a5dd
commit ab7a379c34

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.75 $ -->
<!-- $Revision: 1.76 $ -->
<reference id="ref.math">
<title>Mathematical Functions</title>
<titleabbrev>Math</titleabbrev>
@ -1261,12 +1261,8 @@ echo pow(-1, 5.5); // error
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>rand</methodname>
<void/>
</methodsynopsis>
<methodsynopsis>
<type>int</type><methodname>rand</methodname>
<methodparam><type>int</type><parameter>min</parameter></methodparam>
<methodparam><type>int</type><parameter>max</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>min</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>max</parameter></methodparam>
</methodsynopsis>
<simpara>
If called without the optional <parameter>min</parameter>,