Home > PHP > Function > > stmt->num_rows()

stmt->num_rows()

stmt->num_rows - Return the number of rows in statements result set

Syntax

int stmt->num_rows (resource $stmt)

Arguments

  • stmt - One of the MAXDB_REPORT_XXXconstants.

Description

Procedural style :

Version

PHP PECL maxdb >= 1.0

Return value

An integer representing the number of rows in result set.