fbsql_num_rows说明int fbsql_num_rows ( resource result )
Gets the number of rows in the given This function is only valid for SELECT statements. To retrieve the number of rows returned from a INSERT, UPDATE or DELETE query, use fbsql_affected_rows(). | ||