Поиск по: -
Поискать по всем серверам
На этой странице приведены все страницы, которые ссылаются на http://oit.cmc.msu.ru/php/control-structures.continue.html. Показаны документы 1 - 1 из 1.
1. break
... Next . break ends execution of the current for , foreach while , do..while or switch structure. break accepts an optional numeric argument which tells it how many nested enclosing structures are to be broken out of. $ arr = array ('one', 'two', 'three', 'four', 'stop', 'five'); while (list (, $ val ) = each ($ arr )) { if ($ val == 'stop') { break ; /* You could also write ' break 1;' here. */ } echo $ ... foreach . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/control-structures.break.html -- 4.2 Кб -- 03.02.2002
[ Сохраненная копия ] Ссылки http://old.master.cmc.msu.ru/php/control-structures.break.html -- 4.2 Кб -- 03.02.2002
[ Сохраненная копия ] Ссылки http://oit.cmc.msu.ru/php/control-structures.break.html -- 4.2 Кб -- 03.02.2002
Похожие документы
[ Сохраненная копия ] Ссылки http://old.master.cmc.msu.ru/php/control-structures.break.html -- 4.2 Кб -- 03.02.2002
[ Сохраненная копия ] Ссылки http://oit.cmc.msu.ru/php/control-structures.break.html -- 4.2 Кб -- 03.02.2002
Похожие документы
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда