EventListener::setCallback
(PECL event >= 1.2.6-beta)
EventListener::setCallback — The setCallback purpose
Описание
Adjust event connect listener's callback and optionally the callback argument.
Список параметров
-
cb
-
The new callback for new connections. Ignored if
NULL
.Should match the following prototype:
void callback ([ EventListener$listener
=NULL
[, mixed$fd
=NULL
[, array$address
=NULL
[, mixed$arg
=NULL
]]]] )-
listener
-
The EventListener object.
-
fd
-
The file descriptor or a resource associated with the listener.
-
address
-
Array of two elements: IP address and the server port.
-
arg
-
User custom data attached to the callback.
-
-
arg
-
Custom user data attached to the callback. Ignored if
NULL
.
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
- Функция EventListener::__construct() - Creates new connection listener associated with an event base
- Функция EventListener::disable() - Disables an event connect listener object
- Функция EventListener::enable() - Enables an event connect listener object
- Функция EventListener::getBase() - Returns event base associated with the event listener
- EventListener::getSocketName
- Функция EventListener::setCallback() - The setCallback purpose
- Функция EventListener::setErrorCallback() - Set event listener's error callback
Коментарии
404 Not Found