MongoDB\Driver\Server::getTags

(mongodb >=1.0.0)

MongoDB\Driver\Server::getTagsReturns 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.

오류/예외

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top