PHP Velho Oeste 2024

fbsql_rows_fetched

(PHP 5 >= 5.1.0 < 5.3.0)

fbsql_rows_fetchedGet the number of rows affected by the last statement

Descrição

fbsql_rows_fetched ( resource $result ) : int

Gets the number of rows affected by the last statement.

Parâmetros

result

Um identificador de resultado retornado por fbsql_query() ou fbsql_db_query().

Valor Retornado

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