PHP Doku:: Set the password. - amqpconnection.setpassword.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteAMQPThe AMQPConnection classAMQPConnection::setPassword

Ein Service von Reinhard Neidl - Webprogrammierung.

The AMQPConnection class

<<AMQPConnection::setLogin

AMQPConnection::setPort>>

AMQPConnection::setPassword

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

AMQPConnection::setPasswordSet the password.

Beschreibung

public void AMQPConnection::setPassword ( string $password )

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

Parameter-Liste

password

The password string used to authenticate with the AMQP broker.

Rückgabewerte

void

Beispiele

Beispiel #1 AMQPConnection::setPassword() example

<?php

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

// set the password
$cnn->setPassword('mypassword');

?>


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)