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

search for in the

hw_PipeDocument> <hw_Output_Document
Last updated: Fri, 10 Oct 2008

view this page in

hw_pConnect

(PHP 4)

hw_pConnect持続的データベース接続を作成する

説明

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

Hyperwave サーバへの持続的接続をオープンします。 同時に複数の持続的接続をオープンすることができます。

パラメータ

host

サーバのホスト名。

port

サーバのポート番号。

username

Hyperwave のユーザ名。省略した場合は、サーバとの認証は行われません。 これは、匿名ユーザとして認証されることに似ています。

password

username のパスワード。 パスワードは暗号化されないことを覚えておきましょう。

返り値

成功時に接続インデックスを、接続できなかった場合に FALSE を返します。

参考



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, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites