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

search for in the

fbsql_set_transaction> <fbsql_set_lob_mode
[edit] Last updated: Fri, 17 May 2013

view this page in

fbsql_set_password

(PHP 5)

fbsql_set_password指定したユーザーのパスワードを変更する

説明

bool fbsql_set_password ( resource $link_identifier , string $user , string $password , string $old_password )

指定したユーザー user のパスワードを変更します。

パラメータ

link_identifier

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

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

user

ユーザー名。

password

設定する新しいパスワード。

old_password

もとのパスワード。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。



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

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