ibase_delete_user

(PHP 5, PHP 7 < 7.4.0)

ibase_delete_userDelete a user from a security database

Description

ibase_delete_user(resource $service_handle, string $user_name): bool

Parameters

service_handle

The handle on the database server service.

user_name

The login name of the user you want to delete from the database.

Return Values

Returns true on success or false on failure.

See Also

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top