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 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 number of rows affected or returned by a queryphp ldap 函数 return the ldap error number of the last ldap commandphp 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 msql 函数 returns number of affected rowsphp msql 函数 get number of rows in resultphp sqlite 函数 returns the number of rows that were changed by the most recent sql statementphp sqlite 函数 returns the number of rows in a buffered result setphp sqlsrv 函数 retrieves the number of rows in a result setphp 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 sqlite3 returns the number of database rows that were changed or inserted or deleted by the most recent sql statement
关注编程学问公众号