W dniu 21.05.2012 18:11, hazet pisze:
Dlatego :
The first expression (expr1) is evaluated (executed) once
unconditionally at the beginning of the loop.
In the beginning of each iteration, expr2 is evaluated. If it evaluates
to TRUE, the loop continues and the nested statement(s) are executed. If
it evaluates to FALSE, the execution of the loop ends.
At the end of each iteration, expr3 is evaluated (executed).
http://www.php.net/manual/pl/control-structures.for.php