(PHP 5, PHP 7)
fbsql_set_password — Change the password for a given user
$link_identifier
, string $user
, string $password
, string $old_password
) : bool
Changes the password for the given user
.
link_identifier
�� fbsql_connect() �� fbsql_pconnect() ���ص� FrontBase ���ӱ�ʶ��.
���ѡ��δָ���������᳢�Բ���һ���� FrontBase �������Ŀ������ӣ�����û���ҵ����������ӣ��᳢��ͨ�������������� fbsql_connect() ������һ����
user
The user name.
password
The new password to be set.
old_password
The old password to be replaced.
�ɹ�ʱ���� TRUE
�� ������ʧ��ʱ���� FALSE
��