while syntaxPodręcznik PHPPoprzedniDodatek C. Migrating from PHP/FI 2 to PHP 3Następnywhile syntax
Just like with if..endif, the syntax of while..endwhile has changed
as well:
Przykład C-7. Migration: old while..endwhile syntaxwhile ($more_to_come);
...
endwhile;
Przykład C-8. Migration: new while..endwhile syntaxwhile ($more_to_come):
...
endwhile;
Ostrzeżenie
If you use the old while..endwhile syntax in PHP 3.0,
you will get a never-ending loop.
PoprzedniSpis treściNastępnyif..endif syntaxPoczątek rozdziałuExpression types
Wyszukiwarka