(PECL gearman >= 0.5.0)
GearmanWorker::addServers — Add job servers
public GearmanWorker::addServers ( string $servers = 127.0.0.1:4730 ) : bool
Adds one or more job servers to this worker. These go into a list of servers that can be used to run jobs. No socket I/O happens here.
servers
A comma separated list of job servers in the format host:port. If no port is specified, it defaults to 4730.
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.addservers.php