|
SAMConnection::subscribeCreate a subscription to a specified topic. Description
string SAMConnection::subscribe
( string
$targetTopic
)The "subscribe" method is used to create a new subscription to a specified topic. Parameters
Return Values
A subscription identifier that can be used in a subsequent receive call as
a selector to obtain any topic data or Examples
Example #1 Subscribe to a topic
<?php |