fbsql_affected_rows(PHP 4 >= 4.0.6, PHP 5) fbsql_affected_rows -- Get number of affected rows in previous FrontBase operation说明int fbsql_affected_rows ( [resource link_identifier] )
fbsql_affected_rows() returns the number
of rows affected by the last INSERT, UPDATE or DELETE query
associated with
If the last query was a DELETE query with no WHERE clause, all of the records will have been deleted from the table but this function will return zero.
参数
| ||