|
GearmanWorker::addServerAdd a job server 説明
public bool GearmanWorker::addServer(string
$host = null , int $port = 0, bool $setupExceptionHandler = true )Adds a job server to this worker. This goes into a list of servers than can be used to run jobs. No socket I/O happens here. パラメータ
戻り値
成功した場合に 例
例1 Add alternate Gearman servers
参考
|