(3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0)
array range (int low, int high)
array range
range() retourne un tableau contenant tous les entiers depuis low jusqu'à high, inclus.
Voir aussi shuffle() (pour un exemple d'utilisation).