MongoDB\Driver\ServerDescription::getType

(mongodb >=1.13.0)

MongoDB\Driver\ServerDescription::getTypeReturns a string denoting the type of this server

説明

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

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.

エラー / 例外

参考

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top