EventListener::setErrorCallback
(PECL event >= 1.2.6-beta)
EventListener::setErrorCallback — Set event listener's error callback
Beschreibung
$cb
): voidSet event listener's error callback
Parameter-Liste
-
cb
-
The error callback. Should match the following prototype:
-
listener
-
The EventListener object.
-
data
-
User custom data attached to the callback.
-
Rückgabewerte
Siehe auch
- EventListener::setCallback() - The setCallback purpose