« PHP:explode()関数・implode()関数 | メイン | PHP:htmlentities()・htmlspecialchars()関数 »
2005年09月24日
PHP:break・continue
break:while・for・foreachなどのループ処理を途中で終了する場合に使います。
continue:while・for・foreachなどのループ処理の途中で処理をスキップする場合に使います。
投稿者 wing : 2005年09月24日 01:10
|
« PHP:explode()関数・implode()関数 | メイン | PHP:htmlentities()・htmlspecialchars()関数 » 2005年09月24日PHP:break・continuebreak:while・for・foreachなどのループ処理を途中で終了する場合に使います。 投稿者 wing : 2005年09月24日 01:10
コメント |
|