Help for this page

Select Code to Download


  1. or download this
    foreach ($i=0; $i <= (scalar(@array)-1); ++$i)
    {
        ++$array[$i];
    }
    
  2. or download this
    
    for $bar (@bar)
    {
        ++$bar;
    }