update : 2015.11.03
php.shukuma.com검색:
|
fbsql_affected_rows(PHP 4 >= 4.0.6, PHP 5, PHP 7) 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.
인수
반환값If the last query failed, this function will return -1. |