... neuere Einträge
Mittwoch, 23. Juni 2010
for
Am Mittwoch, 23. Jun 2010 im Topic 'E.T. phone home'
for ($i = 1; $i <= 10; $i++) {echo $i;}
for ($i = 1, $j = 0; $i <= 10; $j += $i, print $i, $i++);
Quelle: http://de3.php.net/manual/de/control-structures.for.php
Permalink (0 Kommentare) Kommentieren
... ältere Einträge