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

SphinxClient::setRetries - Set retry count and delay | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

SphinxClient::setRetries

(PECL sphinx >= 0.1.0)

SphinxClient::setRetriesSet retry count and delay

説明

public bool SphinxClient::setRetries ( int $count [, int $delay = 0 ] )

Sets distributed retry count and delay.

On temporary failures searchd will attempt up to count retries per agent. delay is the delay between the retries, in milliseconds. Retries are disabled by default. Note that this call will not make the API itself retry on temporary failure; it only tells searchd to do so.

パラメータ

count

Number of retries.

delay

Delay between retries, in milliseconds.

返り値

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


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

フォーラムで「SphinxClient::setRetries - Set retry count and delay」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | SphinxClient::setRetries - Set retry count and delay」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: