fbsql_set_password
(PHP 5)
fbsql_set_password — تعویض رمز برای کاربر داده شده
Description
bool fbsql_set_password
( resource $link_identifier
, string $user
, string $password
, string $old_password
)
تعویض رمز برای user داده شده.
Parameters
- link_identifier
-
A FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect().
If optional and not specified, the function will try to find an open link to the FrontBase server and if no such link is found it will try to create one as if fbsql_connect() was called with no arguments.
- user
-
نام کاربری.
- password
-
رمز جدید تعیین شده.
- old_password
-
رمز قدیمی برای جایگزینی.
Return Values
Returns TRUE on success or FALSE on failure.
There are no user contributed notes for this page.
