SAMConnection->disconnect> <SAMConnection->connect
Last updated: Fri, 30 Dec 2011

SAMConnection->__construct

(PECL sam >= 0.1.0)

SAMConnection->__construct Creates a new connection to a Messaging Server

Descrição

SAMConnection::__construct ( void )

Creates a new SAMConnection object.

Exemplos

Exemplo #1 Creating a connection object and connecting to a Messaging Server

<?php

$conn 
= new SAMConnection();
$conn->connect(SAM_WMQ, array(SAM_HOST => localhostSAM_PORT => 1414SAM_BROKER => 'bull'));

?>



User Contributed Notes
SAMConnection->__construct
There are no user contributed notes for this page.

SAMConnection->disconnect> <SAMConnection->connect
Last updated: Fri, 30 Dec 2011