msql_affected_rows
(PHP 4, PHP 5, PHP 7)
msql_affected_rows — Returns number of affected rows
说明
msql_affected_rows
( resource
$result
) : int
Returns number of affected rows by the last SELECT, UPDATE or DELETE
query associated with result
.
返回值
Returns the number of affected rows on success, or FALSE
on error.

User Contributed Notes 1 note
备份地址:http://www.lvesu.com/blog/php/function.msql-affected-rows.php