EventListener::setErrorCallback

(PECL event >= 1.2.6-beta)

EventListener::setErrorCallbackSet event listener's error callback

Description

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

Set event listener's error callback

Parameters

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.

Return Values

See Also

© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/eventlistener.seterrorcallback.php