VERSION
VERSION = '3.5.13' : string
Version.
WebServer.
$globalEvent : \Workerman\Events\EventInterface
Global event loop.
$_workers : array<mixed,\Workerman\Worker>
All worker instances.
getEventLoop() : \Workerman\Events\EventInterface
Get global event-loop instance.
onMessage(\Workerman\Connection\TcpConnection $connection) : void
Emit when http message coming.
\Workerman\Connection\TcpConnection | $connection |
forkOneWorkerForLinux(\Workerman\Worker $worker)
Fork one worker process.
\Workerman\Worker | $worker |