EventListener::setErrorCallback
(PECL event >= 1.2.6-beta)
EventListener::setErrorCallback — Set event listener's error callback
說明
public
EventListener::setErrorCallback(
string
$cb
): voidSet event listener's error callback
參數
-
cb
-
The error callback. Should match the following prototype:
-
listener
-
The EventListener object.
-
data
-
User custom data attached to the callback.
-
返回值
參見
- EventListener::setCallback() - The setCallback purpose