ibase_delete_user
(PHP 4 >= 4.2.0)
ibase_delete_user -- Delete a user from a security database
(only for IB6 or later)
Description
bool ibase_delete_user ( string server, string dba_user_name,
string dba_user_password, string user_name)
Warning
This function is currently not documented; only the argument
list is available.
See also ibase_add_user() and ibase_modify_user().
ibase_drop_db
(no version information, might be only in CVS)
ibase_drop_db -- Drops a database
Description
bool ibase_drop_db ( resource connection)
This functions drops a database that was opened by either
ibase_connect() or ibase_pconnect(). The database is closed
and deleted from the server. Returns TRUE on success or
FALSE on failure.
See also ibase_connect() and ibase_pconnect().
|