Home > PHP > Function > > maxdb_stmt->affected_rows()

maxdb_stmt->affected_rows()

maxdb_stmt->affected_rows - Returns the total number of rows changed, deleted, or inserted by the last executed statement

Syntax

int maxdb_stmt->affected_rows (resource $stmt)

Arguments

  • stmt - One of the MAXDB_REPORT_XXXconstants.

Description

Procedural style :

Version

PHP PECL maxdb >= 1.0

Return value

An integer greater than zero indicates the number of rows affected or retrieved. Zero indicates that no records where updated for an UPDATE/DELETE statement, no rows matched the WHERE clause in the query or that no query has yet been executed. -1 indicates that the query has returned an error or the number of rows can not determined.