MongoDB\Driver\ServerDescription::getPort
(mongodb >=1.13.0)
MongoDB\Driver\ServerDescription::getPort — Returns the port on which this server is listening
说明
Returns the port on which this server is listening.
参数
此函数没有参数。
返回值
Returns the port on which this server is listening.
错误/异常
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
参见
- MongoDB\Driver\Server::getPort() - Returns the port on which this server is listening