fbsql_set_password
(PHP 5)
fbsql_set_password — Change the password for a given user
Açıklama
bool fbsql_set_password
( resource
$link_identifier
, string $user
, string $password
, string $old_password
)
Changes the password for the given user.
Değiştirgeler
-
bağlantı_tanıtıcısı -
fbsql_connect() veya fbsql_pconnect() işlevinden dönen bir FrontBase bağlantı tanıtıcısı.
İsteğe bağlıysa ve belirtilmemişse işlev, FrontBase sunucusuna açılmış bir bağlantı olup olmadığına bakar, bir bağlantı yoksa fbsql_connect() işlevi değiştirgesiz çağrılmışçasına bir bağlantı oluşturmaya çalışır.
-
user -
The user name.
-
password -
The new password to be set.
-
old_password -
The old password to be replaced.
Dönen Değerler
Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.
There are no user contributed notes for this page.
