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

MongoCursorInterface::timeout - Sets a client-side timeout for this query | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

MongoCursorInterface::timeout

(PECL mongo >=1.5.0)

MongoCursorInterface::timeoutSets a client-side timeout for this query

説明

abstract public MongoCursorInterface MongoCursorInterface::timeout ( int $ms )

A timeout can be set at any time and will affect subsequent data retrieval associated with this cursor, including fetching more results from the database.

パラメータ

ms

The number of milliseconds for the cursor to wait for a response. Use -1 to wait forever. By default, the cursor will wait 30000 milliseconds (30 seconds).

返り値

Returns this cursor.

エラー / 例外

Causes methods that fetch results to throw a MongoCursorTimeoutException if the data fetch takes longer than the specified number of milliseconds.

参考

  • The socketTimeoutMS option for MongoClient::__construct()

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

フォーラムで「MongoCursorInterface::timeout - Sets a client-side timeout for this query」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | MongoCursorInterface::timeout - Sets a client-side timeout for this query」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: