Added $step default value (1) for range(). Fixes doc #53555

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306400 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2010-12-16 11:16:38 +00:00
parent 169775b8b2
commit e0a1897f5e

View file

@ -11,7 +11,7 @@
<type>array</type><methodname>range</methodname>
<methodparam><type>mixed</type><parameter>low</parameter></methodparam>
<methodparam><type>mixed</type><parameter>high</parameter></methodparam>
<methodparam choice="opt"><type>number</type><parameter>step</parameter></methodparam>
<methodparam choice="opt"><type>number</type><parameter>step</parameter><initializer>1</initializer></methodparam>
</methodsynopsis>
<para>
Create an array containing a range of elements.