PHP array shuffle |
Written by Administrator | |
sabato, 30 maggio 2009 | |
The code here below shows how to shuffle a php array: the script creates a 20 element array and prints out its content after having modified the element order.
$nrs = range(1, 20); |
|
Last Updated ( sabato, 30 maggio 2009 ) |