Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
The ZMQPoll class
(Информация о версии неизвестна, возможно, только в SVN)
Введение
Обзор классов
ZMQPoll {
/* Methods */
public string add ( mixed $entry , integer $type )
public ZMQPoll clear ( void )
public integer count ( void )
public array getLastErrors ( void )
public integer poll ( array
&$readable
, array
&$writable
[, integer $timeout = -1 ] )public boolean remove ( mixed $item )
}
Содержание
- ZMQPoll::add — Add item to the poll set
- ZMQPoll::clear — Clear the poll set
- ZMQPoll::count — Count items in the poll set
- ZMQPoll::getLastErrors — Get poll errors
- ZMQPoll::poll — Poll the items
- ZMQPoll::remove — Remove item from poll set
User Contributed Notes
There are no user contributed notes for this page.
Описание класса zmqpoll, примеры использования класса zmqpoll.
Смотрите также:
Описание на ru2.php.net
Описание на php.ru