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 ibm db2 函数 returns the number of rows affected by an sql statementphp ibm db2 函数 returns a string containing the last sql statement error messagephp frontbase 函数 get number of affected rows in previous frontbase operationphp frontbase 函数 returns the error number from previous 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 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 函数 returns a string description for last statement errorphp msql 函数 returns number of affected rowsphp mssql 函数 returns the number of records affected by the queryphp sqlite 函数 returns the number of rows that were changed by the most recent sql statementphp 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 statementphp mysqli gets the number of affected rows in a previous mysql operation
关注编程学问公众号