MongoDB\Driver\ServerDescription::getType

Returns a string denoting the type of this server

説明

final public string MongoDB\Driver\ServerDescription::getType()

Returns a string denoting the type of this server. The value will correlate with a MongoDB\Driver\ServerDescription constant.

パラメータ

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

戻り値

Returns a string denoting the type of this server.

エラー / 例外

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

参考

  • MongoDB\Driver\Server::getType