PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Typy výrazov> <if..endif syntax
Last updated: Sun, 25 Nov 2007

view this page in

while syntax

Práve tak ako s if..endif, syntax while..endwhile sa tiež zmenil:

Example#1 Migrácia: starý while..endwhile syntax

while ($more_to_come);
    ...
endwhile;

Example#2 Migrácia: nový while..endwhile syntax

while ($more_to_come):
    ...
endwhile;

Warning

Ak používate starý while..endwhile syntax v PHP 3.0, dostanete nekonečnú slučku.



add a note add a note User Contributed Notes
while syntax
There are no user contributed notes for this page.

Typy výrazov> <if..endif syntax
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites