Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 18591 программист и 1743 робота. Сейчас ищут 1240 программистов ...
MongoDB\Driver\Server::getTags - Returns an array of tags describing this server in a replica set
Вернуться к: MongoDB\Driver\Server
MongoDB\Driver\Server::getTags
(mongodb >=1.0.0)
MongoDB\Driver\Server::getTags — Returns an array of tags describing this server in a replica set
Описание
final public array MongoDB\Driver\Server::getTags
( void
)
Returns an array of » tags used to describe this server in a replica set. The array will contain zero or more string key and value pairs.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns an array of tags used to describe this server in a replica set.
Ошибки
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
Смотрите также
- MongoDB\Driver\Server::getInfo() - Returns an array of information about this server
Вернуться к: MongoDB\Driver\Server