略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: SAMConnection::__construct

2024-05-03

SAMConnection::__construct

(PECL sam >= 0.1.0)

SAMConnection::__construct Creates a new connection to a Messaging Server

说明

SAMConnection::__construct ( void )

Creates a new SAMConnection object.

范例

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

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/samconnection.construct.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3