略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: ibase_add_user

2025-03-12

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

参见

添加备注

用户贡献的备注

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

官方地址:https://www.php.net/manual/en/function.ibase-add-user.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3