update : 2015.11.03
php.shukuma.com

검색:
 
 
Get the number of rows affected by the last statement

fbsql_rows_fetched

(PHP 5, PHP 7 >= 5.1.0)

fbsql_rows_fetchedGet the number of rows affected by the last statement

설명

int fbsql_rows_fetched ( resource $result )

Gets the number of rows affected by the last statement.

인수

result

fbsql_query()fbsql_db_query()가 반환한 결과셋 식별자.

반환값

Returns the number of rows, as an integer.