- PHP Manual
- MongoDB\Driver\Server
- Returns an array of tags describing this server in a replica set
MongoDB\Driver\Server::getTags
(mongodb >=1.0.0)
MongoDB\Driver\Server::getTags — Returns an array of tags describing this server in a replica set
Description
final public MongoDB\Driver\Server::getTags(): array
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.
Parameters
This function has no parameters.
Return Values
Returns an array of tags used to describe this server in a replica set.
Errors/Exceptions
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
See Also
- MongoDB\Driver\Server::getInfo() - Returns an array of information describing this server
Here you can write a comment
There are no comments available yet.