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

search for in the

AMQPConnection::setPassword> <AMQPConnection::setHost
[edit] Last updated: Fri, 07 Jun 2013

view this page in

AMQPConnection::setLogin

(PECL amqp >= Unknown)

AMQPConnection::setLoginSet the login.

Açıklama

public bool AMQPConnection::setLogin ( string $login )

This method will set the login string used to connect to the AMQP broker.

Değiştirgeler

login

The login string used to authenticate with the AMQP broker.

Dönen Değerler

Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.

Hatalar/İstisnalar

Throws an AMQPConnectionException if login is longer then 32characters.

Örnekler

Örnek 1 AMQPConnection::setLogin() example

<?php

/* Create a new connection */
$cnn = new AMQPConnection();

// set the login
$cnn->setLogin('myusername');

?>



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

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