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

Açıklama

fbsql_rows_fetched ( resource $result ) : int

Gets the number of rows affected by the last statement.

Değiştirgeler

sonuç

fbsql_query() veya fbsql_db_query() işlevinden dönen bir sonuç tanıtıcısı.

Dönen Değerler

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