fbsql_rows_fetched

(PHP 5 >= 5.1.0, PHP 7)

fbsql_rows_fetchedGet the number of rows affected by the last statement

Opis

fbsql_rows_fetched ( resource $result ) : int

Gets the number of rows affected by the last statement.

Parametry

result

Identyfikator wyniku zwrócony przez fbsql_query() lub fbsql_db_query().

Zwracane wartości

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