PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

GearmanClient::addServers - Add a list of job servers to the client | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

GearmanClient::addServers

(PECL gearman >= 0.5.0)

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

パラメータ

servers

A comma-separated list of servers, each server specified in the format 'host:port'.

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

例1 Add two job servers

<?php

# Create our client object.
$gmclient= new GearmanClient();

# Add multiple job servers, the first on the default 4730 port
$gmclient->addServers("10.0.0.1,10.0.0.2:7003");

?>

参考


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「GearmanClient::addServers - Add a list of job servers to the client」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | GearmanClient::addServers - Add a list of job servers to the client」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: