Help for this page
$array = (0,1,2,3,4,5); for ($array => $a, $b, $c) { ... } print ($array[2]) #Prints 'two'