SwooleEvent
implements
EventInterface
Table of Contents
Interfaces
- EventInterface
Properties
-
$debug
: bool
Methods
-
__construct()
: mixed
-
add()
: mixed
-
clearAllTimer()
: mixed
-
del()
: mixed
-
destroy()
: mixed
-
getTimerCount()
: mixed
-
loop()
: mixed
$debug
public
static bool
$debug
= false
-
codeCoverageIgnore
-
__construct()
public
__construct() : mixed
-
throws
-
EventLoopException
add()
public
add(mixed $fd, mixed $flag, mixed $func[, mixed $args = [] ]) : mixed
Parameters
-
$fd
: mixed
-
-
$flag
: mixed
-
-
$func
: mixed
-
-
$args
: mixed
= []
-
-
inheritdoc
-
clearAllTimer()
public
clearAllTimer() : mixed
-
inheritdoc
-
del()
public
del(mixed $fd, mixed $flag) : mixed
Parameters
-
$fd
: mixed
-
-
$flag
: mixed
-
-
inheritdoc
-
destroy()
public
destroy() : mixed
-
inheritdoc
-
getTimerCount()
public
getTimerCount() : mixed
-
inheritdoc
-
loop()
public
loop() : mixed
-
inheritdoc
-
-
codeCoverageIgnore
-