Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
SAMConnection->__construct()

SAMConnection->__construct()

(no version information, might be only in CVS)

SAMConnection->__construct() --  Creates a new connection to a Messaging Server

Description

class SAMConnection {

__construct ( )

}

Creates a new SAMConnection object.

Examples

Example 1. Creating a connection object and connecting to a Messaging Server

<?php

$conn = new SAMConnection();
$conn->connect(SAM_WMQ, array(SAM_HOST => localhost, SAM_PORT => 1414, SAM_BROKER => 'bull'));

?>