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

search for in the

fbsql_pconnect> <fbsql_num_rows
Last updated: Fri, 05 Sep 2008

view this page in

fbsql_password

(PHP 4 >= 4.0.6, PHP 5)

fbsql_password接続に対して使用するユーザパスワードを取得あるいは設定する

説明

string fbsql_password ( resource $link_identifier [, string $password ] )

接続時のユーザパスワードを取得あるいは設定します。

パラメータ

link_identifier

fbsql_connect() あるいは fbsql_pconnect() が返す FrontBase リンク ID。

指定しなかった場合は、この関数は FrontBase サーバでオープンしているリンクを探します。見つからないときは fbsql_connect() に引数を指定せずにコールしたときと同様にして作成します。

password

指定した場合は、これが新しい接続パスワードとなります。

返り値

現在の接続パスワードを返します。



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

fbsql_pconnect> <fbsql_num_rows
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites