Function.hw-connect

Aus PHP-Wiki

Wechseln zu: Navigation, Suche
Wohngebäudeversicherung und AutoversicherungDeckungskarte . Unfallversicherung

hw_Connect — Opens a connection

Inhaltsverzeichnis

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 ommited, 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

Persönliche Werkzeuge