(PECL gearman >= 0.5.0)
GearmanClient::addServers — Add a list of job servers to the client
public GearmanClient::addServers ([ string $servers = 127.0.0.1:4730 ] ) : bool
Adds a list of job servers that can be used to run a task. No socket I/O happens here; the servers are simply added to the full list of servers.
servers
A comma-separated list of servers, each server specified in the format 'host: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/gearmanclient.addservers.php