Php/docs/function.fbsql-rows-fetched
来自菜鸟教程
fbsql_rows_fetched
(PHP 5 >= 5.1.0 < 5.3.0)
fbsql_rows_fetched — Get the number of rows affected by the last statement
说明
fbsql_rows_fetched
( resource $result
) : int
Gets the number of rows affected by the last statement.
返回值
Returns the number of rows, as an integer.