GearmanWorker::addServers

(PECL gearman >= 0.5.0)

GearmanWorker::addServersAdd 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.

锟斤拷锟斤拷值

锟缴癸拷时锟斤拷锟斤拷 TRUE锟斤拷 锟斤拷锟斤拷锟斤拷失锟斤拷时锟斤拷锟斤拷 FALSE锟斤拷

锟斤拷锟斤拷

Example #1 Add two job servers

<?php

$worker
= new GearmanWorker(); 
$worker->addServers("10.0.0.1,10.0.0.2:7003");

?>

锟轿硷拷