Поиск по: -
Поискать по всем серверам
На этой странице приведены все страницы, которые ссылаются на http://oit.cmc.msu.ru/php/control-structures.switch.html. Показаны документы 1 - 1 из 1.
1. continue
... Prev . ... Control Structures . Next . continue is used within looping structures to skip the rest of the current loop iteration and continue execution at the beginning of the next iteration . continue accepts an optional numeric argument which tells it how many levels of enclosing loops it should skip to the end of. while (list ($ key , $ value ) = each ($arr)) { if (!($ key % 2)) { // skip odd members continue ; } do_something_odd ($ ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/control-structures.continue.html -- 4.1 Кб -- 03.02.2002
[ Сохраненная копия ] Ссылки http://old.master.cmc.msu.ru/php/control-structures.continue.html -- 4.1 Кб -- 03.02.2002
[ Сохраненная копия ] Ссылки http://oit.cmc.msu.ru/php/control-structures.continue.html -- 4.1 Кб -- 03.02.2002
Похожие документы
[ Сохраненная копия ] Ссылки http://old.master.cmc.msu.ru/php/control-structures.continue.html -- 4.1 Кб -- 03.02.2002
[ Сохраненная копия ] Ссылки http://oit.cmc.msu.ru/php/control-structures.continue.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда