| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
MongoDB\Driver\WriteResult::getServer(mongodb >=1.0.0) MongoDB\Driver\WriteResult::getServer — Returns the server associated with this write result 説明
final public MongoDB\Driver\Server MongoDB\Driver\WriteResult::getServer
( void
)
Returns the MongoDB\Driver\Server associated with this write result. This is the server that executed the MongoDB\Driver\BulkWrite. パラメータこの関数にはパラメータはありません。 返り値Returns the MongoDB\Driver\Server associated with this write result. エラー / 例外
例例1 MongoDB\Driver\WriteResult::getServer() example
<?php 上の例の出力は以下となります。 bool(true) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「MongoDB\Driver\WriteResult::getServer - Returns the server associated with this write result」をGoogle検索
|