EvWatcher::feed
(PECL ev >= 0.2.0)
EvWatcher::feed — Feeds the given revents set into the event loop
Описание
public
void
EvWatcher::feed
(
int
$revents
)Feeds the given revents set into the event loop, as if the specified event had happened for the watcher.
Список параметров
-
revents
-
Bit mask of watcher received events .
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Расширения для управления процессами программ
- Ev
- Функция EvWatcher::clear() - Clear watcher pending status
- Функция EvWatcher::__construct() - Abstract constructor of a watcher object
- Функция EvWatcher::feed() - Feeds the given revents set into the event loop
- Функция EvWatcher::getLoop() - Returns the loop responsible for the watcher
- EvWatcher::invoke
- Функция EvWatcher::keepalive() - Configures whether to keep the loop from returning
- Функция EvWatcher::setCallback() - Sets new callback for the watcher
- Функция EvWatcher::start() - Starts the watcher
- Функция EvWatcher::stop() - Stops the watcher
Коментарии
404 Not Found