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

search for in the

SAMConnection::disconnect> <SAMConnection->connect
Last updated: Fri, 13 Nov 2009

view this page in

SAMConnection->__construct

(PECL sam >= 0.1.0)

SAMConnection->__construct メッセージングサーバへの新しい接続を作成する

説明

SAMConnection
__construct ( void )

新しい SAMConnection オブジェクトを作成します。

例1 接続オブジェクトの作成およびメッセージングサーバへの接続

<?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, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites