| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
MongoDB\Driver\Manager::getWriteConcern(mongodb >=1.0.0) MongoDB\Driver\Manager::getWriteConcern — Return the WriteConcern for the Manager 説明
final public MongoDB\Driver\WriteConcern MongoDB\Driver\Manager::getWriteConcern
( void
)
Returns the MongoDB\Driver\WriteConcern for the Manager, which is derived from its URI options. This is the default write concern for writes and commands executed on the Manager. パラメータこの関数にはパラメータはありません。 返り値The MongoDB\Driver\WriteConcern for the Manager. エラー / 例外
例例1 MongoDB\Driver\Manager::getWriteConcern() example
<?php 上の例の出力は、 たとえば以下のようになります。 object(MongoDB\Driver\WriteConcern)#2 (0) { } object(MongoDB\Driver\WriteConcern)#1 (2) { ["w"]=> string(8) "majority" ["wtimeout"]=> int(2000) } 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「MongoDB\Driver\Manager::getWriteConcern - Return the WriteConcern for the Manager」をGoogle検索
|