fbsql_rows_fetched

(PHP 5 >= 5.1.0, PHP 7)

fbsql_rows_fetchedGet 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.

参数

result

fbsql_query()fbsql_db_query() 返回的结果标识符。

返回值

Returns the number of rows, as an integer.

相关文章
php cubrid mysql 兼容性函数 return the number of rows affected by the last sql statementphp cubrid 函数 get the number of rows in the result setphp ibm db2 函数 returns the number of rows affected by an sql statementphp frontbase 函数 get number of affected rows in previous frontbase operationphp frontbase 函数 get number of rows in resultphp frontbase 函数 get the number of rows affected by the last statementphp firebird/interbase 函数 return the number of rows that were affected by the previous queryphp informix 函数 get number of rows affected by a queryphp ingres 函数 get the last ingres error number generatedphp ingres 函数 get the number of rows affected or returned by a queryphp maxdb 函数 gets the number of affected rows in a previous maxdb operationphp maxdb 函数 returns the total number of rows changed deleted or inserted by the last executed statementphp maxdb 函数 return the number of rows in statements result setphp maxdb 函数 returns the number of parameter for the given statementphp msql 函数 returns number of affected rowsphp sqlite 函数 returns the number of rows that were changed by the most recent sql statementphp sqlsrv 函数 indicates whether the specified statement has rowsphp sqlsrv 函数 returns the number of rows modified by the last insert update or delete query executedphp sybase 函数 gets number of affected rows in last queryphp mysqli stmt returns the total number of rows changed deleted or inserted by the last executed statement
关注编程学问公众号