mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
169775b8b2
commit
e0a1897f5e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue