SAMConnection::__construct

(PECL sam >= 0.1.0)
Creates a new connection to a Messaging Server
SAMConnection::__construct ( void )

Creates a new SAMConnection object.

Examples:
Creating a connection object and connecting to a Messaging Server
1
2
3
4
5
6
<?php
 
$conn new SAMConnection();
$conn->connect(SAM_WMQ, array(SAM_HOST => localhost, SAM_PORT => 1414, SAM_BROKER => 'bull'));
 
?>
doc_php
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.