Set event listener’s error callback

EventListener::setErrorCallback

(PECL event >= 1.2.6-beta)

EventListener::setErrorCallbackSet event listener's error callback

說明

public EventListener::setErrorCallback( string $cb ): void

Set event listener's error callback

參數

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.

返回值

參見

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *