|
SAMConnection::connectEstablishes a connection to a Messaging Server Beschreibung
bool SAMConnection::connect
( string
$protocol
[, array $properties
] )Calling the "connect" method on a SAMConnection object connects the PHP script to a messaging server. No messages can be sent or received until a connection is made. Parameter-Liste
Rückgabewerte
This method returns Beispiele
Beispiel #1 Creating a connection to a Messaging Server using the IBM MQSeries protocol (WMQ)
<?php
Beispiel #2 Creating a connection with application transaction control and default host and port values
<?php
Beispiel #3 Creating a connection to a Messaging Server using the IBM WebSphere Platform Messaging protocol (WPM)
<?php |