PHP Doku:: Set the amqp host. - amqpconnection.sethost.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The AMQPConnection class

<<AMQPConnection::reconnect

AMQPConnection::setLogin>>

AMQPConnection::setHost

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

AMQPConnection::setHostSet the amqp host.

Beschreibung

public void AMQPConnection::setHost ( string $host )

This method will set the hostname used to connect to the AMQP broker.

Parameter-Liste

host

The hostname of the AMQP broker.

Rückgabewerte

void

Beispiele

Beispiel #1 AMQPConnection::setHost() example

<?php

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

// set the hostname
$cnn->setHost('myhost.com');

?>


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",...)