PHP Manual

PHP function range()

11. 09. 2019

Obsah článku

Availability in `PHP 4.0`

Create an array containing a range of elements

Parameters

Parameter Data type Default value Note
$low mixed not Low value.
$high mixed not High value.
$step number null If a step value is given, it will be used as the increment between elements in the sequence. step should be given as a positive number. If not specified, step will default to 1.

Return values

array

an array of elements from low to high, inclusive. If low > high, the sequence will be from high to low.

Other resources

Official documentation of the range function

Jan Barášek   Více o autorovi

Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.

Rád vám pomůžu:

Související články

1.

V jiných jazycích

2.
Status:
All systems normal.
2024