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
[edit] Last updated: Fri, 25 May 2012

view this page in

SAMConnection::__construct

(PECL sam >= 0.1.0)

SAMConnection::__construct Crée une nouvelle connexion à un serveur de messagerie

Description

SAMConnection::__construct() ( void )

Crée un nouvel objet SAMConnection.

Exemples

Exemple #1 Création d'un nouvel objet de connexion SAM et une connexion à un serveur de messagerie

<?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.

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