(PHP 5, PHP 7)
fbsql_set_password — Change the password for a given user
$link_identifier
, string $user
, string $password
, string $old_password
)
Changes the password for the given user
.
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 zu finden, 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.
Gibt bei Erfolg TRUE
zurück. Im Fehlerfall wird FALSE
zurückgegeben.