PHP 8.5.2 Released!

ibase_add_user

(PHP 5, PHP 7 < 7.4.0)

ibase_add_userAdd a user to a security database

说明

ibase_add_user(
    resource $service_handle,
    string $user_name,
    string $password,
    string $first_name = ?,
    string $middle_name = ?,
    string $last_name = ?
): bool

参数

service_handle
The handle on the database server service.
user_name
The login name of the new database user.
password
The password of the new user.
first_name
The first name of the new database user.
middle_name
The middle name of the new database user.
last_name
The last name of the new database user.

返回值

成功时返回 true, 或者在失败时返回 false

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top