SAMConnection::unsubscribe(PECL sam >= 0.1.0) SAMConnection::unsubscribe — Cancel a subscription to a specified topic. Описание
bool SAMConnection::unsubscribe
( string $subscriptionId
[, string $targetTopic
] )
The "unsubscribe" method is used to delete an existing subscription to a specified topic. Список параметров
Возвращаемые значенияThis method returns FALSE if an error occurs. Примеры
Пример #1 Delete a subscription
<?php |
||