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

A result identifier returned by fbsql_query() or fbsql_db_query().

Значення, що повертаються

Returns the number of rows, as an integer.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top