PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SAMConnection->disconnect> <SAMConnection->connect
Last updated: Fri, 10 Oct 2008

view this page in

SAMConnection->__construct

(No version information available, might be only in CVS)

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

Opis

SAMConnection
__construct ( $ )

Creates a new SAMConnection object.

Przykłady

Example #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'));

?>



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

SAMConnection->disconnect> <SAMConnection->connect
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites