|
MongoDB\Driver\WriteResult::getServerReturns the server associated with this write result 説明
final public MongoDB\Driver\Server MongoDB\Driver\WriteResult::getServer()
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
上の例の出力は以下となります。 bool(true) 参考
|