(PHP 5, PHP 7 < 7.4.0)
ibase_add_user — Add 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_handleThe handle on the database server service.
user_nameThe login name of the new database user.
passwordThe password of the new user.
first_nameThe first name of the new database user.
middle_nameThe middle name of the new database user.
last_nameThe last name of the new database user.
© 1997–2025 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