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

search for in the

AMQPConnection::connect> <Examples
[edit] Last updated: Fri, 24 Jun 2011

view this page in

The AMQPConnection class

Introduction

Represents a connection to an AMQP broker.

Class synopsis

AMQPConnection {
/* Methods */
public bool connect ( void )
__construct ([ array $credentials = array() ] )
public bool disconnect ( void )
public bool isConnected ( void )
public bool reconnect ( void )
public bool setHost ( string $host )
public bool setLogin ( string $login )
public bool setPassword ( string $password )
public bool setPort ( int $port )
public bool setVhost ( string $vhost )
}

Table of Contents



add a note add a note User Contributed Notes AMQPConnection - [0 notes]
There are no user contributed notes for this page.

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