How to end the current loop(but not the whole while statement) in PHP?
in While()
开发者_运维知识库,How to skip the following nested statements and execute next loop of the while()
statement?
Simply continue;
Read more: http://www.php.net/manual/en/control-structures.continue.php
精彩评论