suche nach in der

AMQPConnection::setPassword> <AMQPConnection::setHost
Last updated: Fri, 11 May 2012

view this page in

AMQPConnection::setLogin

(PECL amqp >= Unknown)

AMQPConnection::setLoginSet the login.

Beschreibung

public bool AMQPConnection::setLogin ( string $login )

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

Parameter-Liste

login

The login string used to authenticate with the AMQP broker.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Fehler/Exceptions

Throws an AMQPConnectionException if login is longer then 32characters.

Beispiele

Beispiel #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
There are no user contributed notes for this page.

AMQPConnection::setPassword> <AMQPConnection::setHost
Last updated: Fri, 11 May 2012