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

search for in the

SAMConnection::disconnect> <SAMConnection::connect
[edit] Last updated: Wed, 19 Jun 2013

view this page in

SAMConnection::__construct

(PECL sam >= 0.1.0)

SAMConnection::__construct Crea una nueva conexión a un Servidor de Mensajería

Descripción

SAMConnection::__construct() ( void )

Crea un nuevo objeto SAMConnection .

Ejemplos

Ejemplo #1 Creación de un objeto de conexión y conectar a un Servidor de Mensajería

<?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 - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites