php / 8.1.5 / function.ibase-add-user.html /

ibase_add_user

(PHP 5, PHP 7 < 7.4.0)

ibase_add_userAdd a user to a security database

Description

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

Parameters

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.

Return Values

Returns true on success or false on failure.

See Also

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.ibase-add-user.php