Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16199 программистов и 1779 роботов. Сейчас ищут 1764 программиста ...
MongoDB\Driver\Server::getType - Returns an integer denoting the type of this server
Вернуться к: MongoDB\Driver\Server
MongoDB\Driver\Server::getType
(mongodb >=1.0.0)
MongoDB\Driver\Server::getType — Returns an integer denoting the type of this server
Описание
final public int MongoDB\Driver\Server::getType
( void
)
Returns an integer denoting the type of this server. The value will correlate with a MongoDB\Driver\Server constant.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns an integer denoting the type of this server.
Ошибки
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
Смотрите также
- MongoDB\Driver\Server::getInfo() - Returns an array of information about this server
Вернуться к: MongoDB\Driver\Server