EventListener::setErrorCallback
PHP function
Edit on GitHub ✎
(PECL event >= 1.2.6-beta)
Set event listener's error callback
Description
EventListener::setErrorCallback(string $cb): void
Set event listener's error callback
Parameters
cbThe error callback. Should match the following prototype:
callback(EventListener $listener = null, mixed $data = null): voidlistenerThe
EventListenerobject.dataUser custom data attached to the callback.
Return Values
See Also
EventListener::setCallback