ibase_add_user

(PHP 5, PHP 7)

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 を返します。

参考