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

search for in the

fbsql_set_transaction> <fbsql_set_lob_mode
Last updated: Sun, 25 Nov 2007

view this page in

fbsql_set_password

(PHP 5)

fbsql_set_password — Change the password for a given user

설명

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

Changes the password for the given user .

매개변수

link_identifier

fbsql_connect()fbsql_pconnect()가 반환한 FrontBase 연결 식별자.

user

The user name.

password

The new password to be set.

old_password

The old password to be replaced.

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.



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

fbsql_set_transaction> <fbsql_set_lob_mode
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites