... while ( expression ) { Statements; }. OR. Code: while ( expression ): statements endwhile;. Example: Code: <html> <body> <?php $a = 10; while ...
確定! 回上一頁