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

search for in the

hw_connection_info> <hw_Close
[edit] Last updated: Fri, 07 Jun 2013

view this page in

hw_Connect

(PHP 4)

hw_Connect接続をオープンする

説明

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

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

パラメータ

host

サーバーのホスト名。

port

サーバーのポート番号。

username

Hyperwave のユーザー名。省略した場合はサーバーによるユーザー識別を行いません。 これは、匿名ユーザーとして識別されるのと同じことです。

password

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

返り値

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

参考

  • hw_pconnect() - 持続的データベース接続を作成する



add a note add a note User Contributed Notes hw_Connect - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites