Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://old.hcs.cmc.msu.ru/php/function.range.html
Дата изменения: Sun Feb 3 22:34:33 2002 Дата индексирования: Mon Oct 1 21:06:52 2012 Кодировка: |
range() returns an array of elements from low to high, inclusive. If low > high, the sequence will be from high to low.
Note: Prior to version 4.1.0 the range() function only generated incrementing integer arrays. Support for character sequences and decrementing arrays was added in 4.1.0.
See shuffle() for another example of its use.