Поиск по: -
Поискать по всем серверам
На этой странице приведены все страницы, которые ссылаются на http://oit.cmc.msu.ru/php/function.return.html. Показаны документы 1 - 1 из 1.
1. declare
PHP Manual . ... The declare construct is used to set execution directives for a block of code. ... pre ? php // A function that records the time when it is called function profile ($dump = FALSE) { static $ profile ; // Return the times stored in profile , then erase it if ($dump) { $temp = $ profile ; unset ($ profile ); return ($temp); } $ profile [] = microtime (); } // Set up a tick handler register_ tick _function( profile ); // Initialize the function before the declare block ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/control-structures.declare.html -- 6.8 Кб -- 03.02.2002
[ Сохраненная копия ] Ссылки http://old.master.cmc.msu.ru/php/control-structures.declare.html -- 6.8 Кб -- 03.02.2002
[ Сохраненная копия ] Ссылки http://oit.cmc.msu.ru/php/control-structures.declare.html -- 6.8 Кб -- 03.02.2002
Похожие документы
[ Сохраненная копия ] Ссылки http://old.master.cmc.msu.ru/php/control-structures.declare.html -- 6.8 Кб -- 03.02.2002
[ Сохраненная копия ] Ссылки http://oit.cmc.msu.ru/php/control-structures.declare.html -- 6.8 Кб -- 03.02.2002
Похожие документы
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда