(PHP 4 >= 4.2.0, PHP 5)
ibase_add_user — Add a user to a security database (only for IB6 or later)
$service_handle
, string $user_name
, string $password
[, string $first_name
[, string $middle_name
[, string $last_name
]]] )
PHP 4 uses server
,
dba_user_name
and
dba_user_password
instead of
service_handle
parameter.
本函数还未编写文档,仅有参数列表。
成功时返回 TRUE
, 或者在失败时返回 FALSE
.