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: Fri, 10 Oct 2008

view this page in

fbsql_set_password

(PHP 5)

fbsql_set_passwordChange the password for a given user

Beschreibung

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

Changes the password for the given user .

Parameter-Liste

link_identifier

Eine von fbsql_connect() oder fbsql_pconnect() zurückgegebe FrontBase-Verbindung.

Wenn optional und nicht angegeben wird versucht eine bereits geöffnete FrontBase Verbindung gesucht, falls keine vorhanden ist wird versucht eine zu öffnen als ob fbsql_connect() ohne Parameter aufgerufen wurde

user

The user name.

password

The new password to be set.

old_password

The old password to be replaced.

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall 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: Fri, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites