Help for this page

Select Code to Download


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