• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • fbsql_rows_fetched()

    (PHP 5 >= 5.1.0, PHP 7)

    Get the number of rows affected by the last statement

    说明

    fbsql_rows_fetched(resource $result): int

    Gets the number of rows affected by the last statement.

    参数

    $result

    由fbsql_query()或fbsql_db_query()返回的结果标识符。

    返回值

    Returns the number of rows, as an integer.