Query: fbsql_rows_fetched
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FBSQL_ROWS_FETCHED(3) 1 FBSQL_ROWS_FETCHED(3) fbsql_rows_fetched - Get the number of rows affected by the last statementSYNOPSISint fbsql_rows_fetched (resource $result)DESCRIPTIONGets the number of rows affected by the last statement.PARAMETERSo $ result -A result identifier returned by fbsql_query(3) or fbsql_db_query(3).RETURN VALUESReturns the number of rows, as an integer. PHP Documentation Group FBSQL_ROWS_FETCHED(3)
Related Man Pages |
---|
pdo.exec(3) - php |
fbsql_data_seek(3) - php |
fbsql_field_type(3) - php |
fbsql_next_result(3) - php |
oci_num_rows(3) - php |