PHP Doku:: Opens a connection - function.hw-connect.html

Verlauf / Chronik / History: (21) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteHyperwaveHyperwave Funktionenhw_Connect

Ein Service von Reinhard Neidl - Webprogrammierung.

Hyperwave Funktionen

<<hw_Close

hw_connection_info>>

hw_Connect

(PHP 4)

hw_ConnectOpens a connection

Beschreibung

int hw_connect ( string $host , int $port [, string $username ], string $password )

Opens a connection to a Hyperwave server. You can have multiple connections open at once.

Parameter-Liste

host

The server host name.

port

The server port number.

username

The Hyperwave user name. If omitted, no identification with the server will be done. It is similar to identify as user anonymous.

password

The password for username. Keep in mind, that the password is not encrypted.

Rückgabewerte

Returns a connection index on success, or FALSE if the connection could not be made.

Siehe auch


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