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