PHP Conference Fukuoka 2025

MongoDB\Driver\Server::getServerDescription

(mongodb >=1.13.0)

MongoDB\Driver\Server::getServerDescription โ€” Devuelve una ServerDescription para este servidor

Descripciรณn

final public MongoDB\Driver\Server::getServerDescription(): MongoDB\Driver\ServerDescription

Devuelve una MongoDB\Driver\ServerDescription para este servidor. Es un objeto de valor inmutable que describirรก el servidor en el momento en que se llame a este mรฉtodo.

Parรกmetros

Esta funciรณn no contiene ningรบn parรกmetro.

Valores devueltos

Devuelve una MongoDB\Driver\ServerDescription para este servidor.

Errores/Excepciones

  • Lanza una excepciรณn MongoDB\Driver\InvalidArgumentException en caso de error durante el anรกlisis de un argumento.
๏ผ‹add a note

User Contributed Notes

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