EventListener::setCallback
Почист и полокален преглед на PHP референцата, со задржана структура од PHP.net и подобра читливост за примери, секции и белешки.
EventListener::setCallback
Референца за `eventlistener.setcallback.php` со подобрена типографија и навигација.
EventListener::setCallback
класата Event
EventListener::setCallback — The setCallback purpose
= NULL
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:
callback(
EventListener$listener=null,
mixed$fd=null,
array$address=null,
mixed$arg=null
): void-
listener -
На 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.
Вратени вредности
Не се враќа вредност.