SAMConnection->__construct
(No version information available, might be only in CVS)
SAMConnection->__construct — Creates a new connection to a Messaging Server
Beschreibung
SAMConnection
__construct
( $
)
Creates a new SAMConnection object.
Beispiele
Beispiel #1 Creating a connection object and connecting to a Messaging Server
<?php
$conn = new SAMConnection();
$conn->connect(SAM_WMQ, array(SAM_HOST => localhost, SAM_PORT => 1414, SAM_BROKER => 'bull'));
?>
SAMConnection->__construct
There are no user contributed notes for this page.
