★ wanayoo — archive 1999 http://www.php.net/manual/de/function.range.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to Arrays
Quick Reference
English version of this pageJapanese version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
Arrays
* array
* array_count_values
* array_flip
* array_keys
* array_merge
* array_merge_recursive
* array_multisort
* array_pad
* array_pop
* array_push
* array_rand
* array_reverse
* array_shift
* array_slice
* array_splice
* array_unshift
* array_values
* array_walk
* arsort
* asort
* compact
* count
* current
* each
* end
* extract
* in_array
* key
* krsort
* ksort
* list
* next
* pos
* prev
* range
* reset
* rsort
* shuffle
* sizeof
* sort
* uasort
* uksort
* usort
Manual: range
View the source code for this pageSearch the site



Previous page
 prev
 Updated
Sun, 06 Aug 2000
reset 
Next page


range

(PHP3 >= 3.0.8, PHP4 >= 4.0b4)

range --  Create an array containing a range of integers

Description

array range (int low, int high)

range() returns an array of integers from low to high, inclusive.

See shuffle() for an example of its use.


 About Notes


Previous page
 prev
 Updated
Sun, 06 Aug 2000
reset 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.