fbsql_set_password
(PHP 5)
fbsql_set_password — Change 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.
fbsql_set_password
There are no user contributed notes for this page.
