PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SAMMessage->body> <SAMConnection->subscribe
Last updated: Fri, 22 Aug 2008

view this page in

SAMConnection->unsubscribe

(No version information available, might be only in CVS)

SAMConnection->unsubscribe Cancel a subscription to a specified topic.

Opis

SAMConnection
bool unsubscribe ( string $subscriptionId [, string $targetTopic ] )

The "unsubscribe" method is used to delete an existing subscription to a specified topic.

Parametry

subscriptionId

The identifier of an existing subscription as returned by a call to the subscribe method.

Zwracane wartości

This method returns FALSE if an error occurs.

Przykłady

Example #1 Delete a subscription

<?php
if (!$conn->unsubscribe($subid)) {
    
// The unsubscribe failed!
    
echo "Unsubscribe failed ($conn->errno) $conn->error";
}
?>



add a note add a note User Contributed Notes
SAMConnection->unsubscribe
There are no user contributed notes for this page.

SAMMessage->body> <SAMConnection->subscribe
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites