MongoDB\Driver\TopologyDescription::getServers

(mongodb >=1.13.0)

MongoDB\Driver\TopologyDescription::getServersDevuelve los servidores de la topología

Descripción

final public MongoDB\Driver\TopologyDescription::getServers(): array

Devuelve un array de objetos MongoDB\Driver\ServerDescription correspondiente a los servidores conocidos en la topología.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve un array de objetos MongoDB\Driver\ServerDescription correspondiente a los servidores conocidos en la topología.

Errores/Excepciones

add a note

User Contributed Notes

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