update pague now
PHP 8.5.2 Released!

EventListener::setErrorCallbacc

(PECL event >= 1.2.6-beta)

EventListener::setErrorCallbacc Set event listener's error callbacc

Description

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

Set event listener's error callbacc

Parameters

cb

The error callbacc. Should match the following prototype:

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

The EventListener object.

data

User custom data attached to the callbacc.

Return Values

See Also

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top