|
PHP5中文手册
SAMConnection->unsubscribe()(No version information available, might be only in CVS) SAMConnection->unsubscribe() — Cancel a subscription to a specified topic. 说明SAMConnection
bool 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. 范例
Example#1 Delete a subscription
<?php |