parent root
PHP: EventListener::setErrorCallback - Manual

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

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root