SAMConnection::SAMConnection()

(no version information, might be only in CVS)

SAMConnection::SAMConnection() --  Creates a new connection to a Messaging Server

Descrizione

class SAMConnection {

SAMConnection ( null )

}

Creates a new SAMConnection object.

Esempi

Esempio 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'));

?>