|
|
|
range |
|
|
|
|
|
|
|
||
|
array range (int low, int high [, int step])) |
|
|
|
(PHP 3 >= 3.0.8, PHP 4 , PHP 5) |
|
|
|
Die Funktion range() erzeugt ein Array, das von dem Startwert low bis zum |
|
|
|
<?PHP |
|
|
|
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, |
|
|
|
<?PHP |
|
|
|
a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, |
|
|
|
<?PHP |
|
|
|
10, 20, 30, 40, 50, 60, 70, 80, 90, 100, |
|
|
|
<?PHP |
|
|
|
8, 7, 6, 5, 4, 3, 2, |
|
|
|
|
weiter: |
|
|
zurück: |
|
|
|
© 2001, 2002, 2003, 2004, 2005
Damir Enseleit, mail@selfphp.de