Dutch PHP Conference 2025 - Call For Papers

MongoDB\Driver\Monitoring\CommandStartedEvent::getHost

(mongodb >=1.20.0)

MongoDB\Driver\Monitoring\CommandStartedEvent::getHostReturns the server hostname for the command

Description

final public MongoDB\Driver\Monitoring\CommandStartedEvent::getHost(): string

Parameters

This function has no parameters.

Return Values

Returns the hostname of the server on which the command was executed.

Errors/Exceptions

add a note

User Contributed Notes

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