Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16207 программистов и 1779 роботов. Сейчас ищут 1726 программистов ...
MongoDB\Driver\Server::isSecondary - Checks if this server is a secondary member of a replica set
Вернуться к: MongoDB\Driver\Server
MongoDB\Driver\Server::isSecondary
(mongodb >=1.0.0)
MongoDB\Driver\Server::isSecondary — Checks if this server is a secondary member of a replica set
Описание
final public bool MongoDB\Driver\Server::isSecondary
( void
)
Returns whether this server is a » secondary member of a replica set.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns TRUE
if this server is a secondary member of a replica set, and
FALSE
otherwise.
Ошибки
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
Смотрите также
- MongoDB\Driver\Server::getInfo() - Returns an array of information about this server
Вернуться к: MongoDB\Driver\Server