MongoDB\Driver\Server::isHidden
  Checks if this server is a hidden member of a replica set
  
 
  Description
  
   final public bool MongoDB\Driver\Server::isHidden()
  
  
 
  Parameters
  This function has no parameters.
  
 
  Return Values
  
   Returns true if this server is a hidden member of a replica set, and
   false otherwise.
  
  
 
  Errors/Exceptions
  
   - Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
 
 
  See Also
  
   - MongoDB\Driver\Server::getInfo