fbsql_rows_fetched

(PHP 5 >= 5.1.0 < 5.3.0)

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.