|
MongoDB\Driver\ServerDescription::getHelloResponseReturns the server's most recent "hello" response Description
final public array MongoDB\Driver\ServerDescription::getHelloResponse()
Returns an array of information describing the server. This array is derived from the most recent (at the time the MongoDB\Driver\ServerDescription was constructed) » hello command response obtained through » server monitoring.
ParametersThis function has no parameters. Return ValuesReturns an array of information describing this server. Errors/Exceptions
See Also
|