Tableaux
array array_chunk array_count_values array_diff array_filter array_flip array_fill array_intersect array_keys array_map array_merge array_merge_recursive array_multisort array_pad array_pop array_push array_reverse array_reduce array_rand array_shift array_slice array_splice array_sum array_unique array_unshift array_values array_walk arsort asort compact count current each end extract in_array array_search key krsort ksort list natsort natcasesort next pos prev range reset rsort shuffle sizeof sort uasort uksort usort
Description
array range(int low ,int high )
range retourne un tableau contenant tous les entiers depuis low jusqu'à high, inclus.
Voir aussi shuffle (pour un exemple d'utilisation).