MongoDB\Driver\ServerDescription::getPort
PHP Manual
PHP Manual»MongoDB\Driver\ServerDescription»MongoDB\Driver\ServerDescription::getPort

MongoDB\Driver\ServerDescription::getPort

(mongodb >=1.13.0)

MongoDB\Driver\ServerDescription::getPortReturns the port on which this server is listening

说明

final public function MongoDB\Driver\ServerDescription::getPort(): int

Returns the port on which this server is listening.

参数

此函数没有参数。

返回值

Returns the port on which this server is listening.

错误/异常

参见

To Top