CakeFest 2025 Madrid: The Official CakePHP Conference

MongoDB\Driver\Server::getPort

(mongodb >=1.0.0)

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

Description

final public MongoDB\Driver\Server::getPort(): int

Returns the port on which this server is listening.

Parameters

This function has no parameters.

Return Values

Returns the port on which this server is listening.

Errors/Exceptions

Examples

Example #1 MongoDB\Driver\Server::getPort() example

<?php

$manager
= new MongoDB\Driver\Manager("mongodb://localhost:27017/");
$server = $manager->selectServer();

var_dump($server->getPort());

?>

The above example will output:

int(27017)

See Also

add a note

User Contributed Notes

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

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant