|
MongoDB\Driver\Monitoring\CommandStartedEvent::getServerReturns the Server on which the command was executed 警告
This method has been DEPRECATED as of extension version 1.20.0 and will be removed in 2.0. Applications should use MongoDB\Driver\Monitoring\CommandStartedEvent::getHost and MongoDB\Driver\Monitoring\CommandStartedEvent::getPort instead. 説明
final public MongoDB\Driver\Server MongoDB\Driver\Monitoring\CommandStartedEvent::getServer()
Returns the MongoDB\Driver\Server on which the command was executed. パラメータこの関数にはパラメータはありません。 戻り値Returns the MongoDB\Driver\Server on which the command was executed. エラー / 例外
参考
|