downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

hw_PipeDocument> <hw_Output_Document
Last updated: Fri, 30 Oct 2009

view this page in

hw_pConnect

(PHP 4)

hw_pConnectMake a persistent database connection

Beschreibung

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

Opens a persistent connection to a Hyperwave server. You can have multiple persistent 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



add a note add a note User Contributed Notes
hw_pConnect
There are no user contributed notes for this page.

hw_PipeDocument> <hw_Output_Document
Last updated: Fri, 30 Oct 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites