MongoDB\Driver\Monitoring\CommandSucceededEvent::getServer

Returns the Server on which the command was executed

警告

This method has been DEPRECATED as of extension version 1.20.0 and was removed in 2.0. Applications should use MongoDB\Driver\Monitoring\CommandSucceededEvent::getHost and MongoDB\Driver\Monitoring\CommandSucceededEvent::getPort instead.

説明

final public MongoDB\Driver\Server MongoDB\Driver\Monitoring\CommandSucceededEvent::getServer()

Returns the MongoDB\Driver\Server on which the command was executed.

パラメータ

この関数にはパラメータはありません。

戻り値

Returns the MongoDB\Driver\Server on which the command was executed.

エラー / 例外

  • Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.

変更履歴

バージョン 説明
PECL mongodb 2.0.0 This method was removed.

参考