GoLang MongoDB\Driver\Server::getTags

request it (213)
GoLang replacement for PHP's MongoDB\Driver\Server::getTags [edit | history]



Do you know a GoLang replacement for PHP's MongoDB\Driver\Server::getTags? Write it!

PHP MongoDB\Driver\Server::getTags

PHP original manual for MongoDB\Driver\Server::getTags [ show | php.net ]

MongoDB\Driver\Server::getTags

(mongodb >=1.0.0)

MongoDB\Driver\Server::getTagsReturns an array of tags describing this server in a replica set

Description

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.

Parameters

This function has no parameters.

Return Values

Returns an array of tags used to describe this server in a replica set.

Errors/Exceptions

See Also