|
GearmanWorker::addServerAdd a job server Description
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. Parameters
Return Values
Returns Examples
Example #1 Add alternate Gearman servers
See Also
|