(PECL gearman >= 0.5.0)
GearmanWorker::addServer — Add a job server
public GearmanWorker::addServer ([ string $host = 127.0.0.1 [, int $port = 4730 ]] ) : bool
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.
host
The job server host name.
port
The job server port.
Returns true
on success or false
on failure.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/gearmanworker.addserver.php