update : 2015.11.03
php.shukuma.com검색:
|
GearmanClient::addServers(PECL gearman >= 0.5.0) GearmanClient::addServers — Add a list of job servers to the client 설명
public bool GearmanClient::addServers
([ string
$servers = 127.0.0.1:4730
] )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. 인수
반환값
성공 시 예제
Example #1 Add two job servers
<?php |