_name]
)
// Delete an user from security database
proto int ibase_delete_user(
string server, string username
)
Do you think it's worth extending PHP with these functions?
Do you like the prototypes?
Any comments are welcome.
Thanks
Fabrice Aeschbacher
mailto:[EMAIL PROTECTED]
--
PHP D
I want to add the following functions to the Interbase extension:
// Add a user to security database
proto int ibase_add_user(
string server, // Name of Interbase server
string dba_user_name, // DB admin account (eg SYSDBA)
string dba_password, // DB admin