©
本文档使用
php中文网手册 发布
(PECL event >= 1.2.6-beta)
EventListener::setErrorCallback — Set event listener's error callback
$cb
)Set event listener's error callback
cb The error callback. Should match the following prototype:
$listener = NULL
[, mixed $data = NULL
]] )
listener The EventListener object.
data User custom data attached to the callback.