MongoDB\Driver\Monitoring\ServerChangedEvent::getPort
PHP Manual
PHP Manual»MongoDB\Driver\Monitoring\ServerChangedEvent»MongoDB\Driver\Monitoring\ServerChangedEvent::getPort

MongoDB\Driver\Monitoring\ServerChangedEvent::getPort

(mongodb >=1.13.0)

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

Description

final public function MongoDB\Driver\Monitoring\ServerChangedEvent::getPort(): int

Parameters

This function has no parameters.

Return Values

Returns the port on which this server is listening.

Errors/Exceptions

To Top