AMQPConnection::setLogin

(No version information available, might only be in SVN)

AMQPConnection::setLoginSet the login.

Description

public void AMQPConnection::setLogin ( string $login )

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

Parameters

login

The login string used to authenticate with the AMQP broker.

Return Values

void

Examples

Example #1 AMQPConnection::setLogin() example

<?php

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

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

?>


Copyright © 2010-2024 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout