update : 2015.11.03
php.shukuma.com검색:
|
SAMConnection::connect(PECL sam >= 0.1.0) SAMConnection::connect — Establishes a connection to a Messaging Server 설명
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. 인수
반환값
This method returns 예제
Example #1 Creating a connection to a Messaging Server using the IBM MQSeries protocol (WMQ)
<?php
Example #2 Creating a connection with application transaction control and default host and port values
<?php
Example #3 Creating a connection to a Messaging Server using the IBM WebSphere Platform Messaging protocol (WPM)
<?php |