php8.5
Home/ Manual/ stomp / stomp/ Stomp::unsubscribe

Stomp::unsubscribe

PHP function Edit on GitHub ✎

(PECL stomp >= 0.1.0)

Removes an existing subscription

Description

Oop (method):

Stomp::unsubscribe(string $destination, [array $headers]): bool

Procedural:

stomp_unsubscribe(resource $link, string $destination, [array $headers]): bool

Removes an existing subscription.

Parameters

destination

Subscription to remove.

Return Values

Success

Examples

See stomp_ack().

Notes Sync

Source: reference/stomp/stomp/unsubscribe.xml · from the official PHP manual (php/doc-en)