Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16112 программистов и 1772 робота. Сейчас ищут 1816 программистов ...
Ev::nowUpdate - Ошибка
Вернуться к: Ev
Ev::nowUpdate
(PECL ev >= 0.2.0)
Ev::nowUpdate — Establishes the current time by querying the kernel, updating the time returned by Ev::now in the progress.
Описание
final
public
static
void
Ev::nowUpdate
( void
)
Establishes the current time by querying the kernel, updating the time returned by Ev::now() in the progress. This is a costly operation and is usually done automatically within Ev::run() .
This method is rarely useful, but when some event callback runs for a very long time without entering the event loop, updating libev 's consideration of the current time is a good idea.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
Смотрите также
- Ev::now() - Returns the time when the last iteration of the default event loop has started.
Вернуться к: Ev