MongoDB\Driver\TopologyDescription::getServers

Returns the servers in the topology

説明

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

Returns an array of MongoDB\Driver\ServerDescription objects corresponding to the known servers in the topology.

パラメータ

この関数にはパラメータはありません。

戻り値

Returns an array of MongoDB\Driver\ServerDescription objects corresponding to the known servers in the topology.

エラー / 例外

  • Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.