Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Phastlight
Module
Cluster
Cluster
PHP Class Phastlight\Module\Cluster\Cluster
Inheritance:
extends
Phastlight\EventEmitter
Datei anzeigen
Open project: phastlight/phastlight
Public Methods
Method
Description
__construct
( )
all workers in this cluster
fork
(
$workerClosure
,
$numOfWorkers
)
getAllWorkers
( )
getPId
( )
getWorkerByPid
(
$pid
)
Method Details
__construct()
public
method
all workers in this cluster
public
__construct
( )
fork()
public
method
public
fork
(
$workerClosure
,
$numOfWorkers
)
getAllWorkers()
public
method
public
getAllWorkers
( )
getPId()
public
method
public
getPId
( )
getWorkerByPid()
public
method
public
getWorkerByPid
(
$pid
)