Home > PHP > Function > > ovrimos_num_rows()

ovrimos_num_rows()

ovrimos_num_rows - Returns the number of rows affected by update operations

Syntax

int ovrimos_num_rows (int $result_id)

Arguments

  • result_id - A result identifier, returned by ovrimos_execute() or ovrimos_exec().

Description

Gets the number of rows affected by update operations.

Version

PHP 4.0.3, 5 <= 5.0.5

Return value

Returns the number of rows as an integer, or FALSE on error.