(PECL gearman >= 0.5.0)
GearmanClient::addServer — Add a job server to the client
public GearmanClient::addServer ([ string $host = 127.0.0.1 [, int $port = 4730 ]] ) : bool
Adds a job server to a list of servers that can be used to run a task. No socket I/O happens here; the server is simply added to the list.
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/gearmanclient.addserver.php