(no version information, might be only in CVS)
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 => localhost, SAM_PORT => 1414, SAM_BROKER => 'bull'));?>
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.