while (expr): statement ... endwhile;. The following examples are identical, and both print the numbers 1 through 10: <?php /* example 1 */ $i = 1; while ($i <= ...
確定! 回上一頁