update : 2015.11.03
php.shukuma.com검색:
|
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 예제
Example #1 Delete a subscription
<?php |