EventListener::setErrorCallback

(PECL event >= 1.2.6-beta)

EventListener::setErrorCallbackSet event listener's error callback

Açıklama

publicEventListener::setErrorCallback(string$cb): void

Set event listener's error callback

Bağımsız Değişkenler

cb

The error callback. Should match the following prototype:

callback(EventListener$listener = null, mixed$data = null): void

listener

The EventListener object.

data

User custom data attached to the callback.

Dönen Değerler

Ayrıca Bakınız

To Top