php8.5
Home/ Manual/ driver / monitoring/ MongoDB\Driver\Monitoring\removeSubscriber

MongoDB\Driver\Monitoring\removeSubscriber

PHP function Edit on GitHub ✎

(mongodb >=1.3.0)

Unregisters a monitoring event subscriber globally

Description

MongoDB\Driver\Monitoring\removeSubscriber(MongoDB\Driver\Monitoring\Subscriber $subscriber): void

Unregisters a monitoring event subscriber globally.

Note

If subscriber is not already registered globally, this function is a no-op.

Parameters

subscriber (MongoDB\Driver\Monitoring\Subscriber)

A monitoring event subscriber to unregister globally.

Return Values

Void

Errors/Exceptions

See Also

Source: reference/mongodb/functions/driver/monitoring/removesubscriber.xml · from the official PHP manual (php/doc-en)