ibase_add_user
(PHP 4 >= 4.2.0)
ibase_add_user -- Add a user to a security database (only
for IB6 or later)
Description
bool ibase_add_user ( string server, string dba_user_name,
string dba_user_password, string user_name, string password
[, string first_name [, string middle_name [, string last_name]]])
Warning
This function is currently not documented; only the argument
list is available.
See also ibase_modify_user() and ibase_delete_user().
ibase_affected_rows
(no version information, might be only in CVS)
ibase_affected_rows -- Return the number of rows that were
affected by the previous query
Description
int ibase_affected_rows ( resource link_identifier)
This function returns the number of rows that were affected
by the previous query that was executed from within the
transaction context specified by link_identifier. If link_identifier
is a connection resource, its default transaction is used.
See also ibase_query() and ibase_execute().
|