fbsql_rows_fetched

(PHP 5 >= 5.1.0 < 5.3.0)

fbsql_rows_fetchedGet the number of rows affected by the last statement

Descrierea

fbsql_rows_fetched ( resource $result ) : int

Gets the number of rows affected by the last statement.

Parametri

result

Un identificator al rezultatului întors de fbsql_query() sau fbsql_db_query().

Valorile întoarse

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