ArininAV

DB_result::numRows()

DB_result::numRows() -- Gets number of rows in a result set

Synopsis

integer numRows ()

Описание

Get the number of rows in a result set.

Внимание

For ibase, ifx and oci8, this method only works if the DB_PORTABILITY_NUMROWS portability option is enabled. In addition, for ibase and ifx, PEAR DB must be at version 1.7.0 or greater.

Возвращаемое значение

integer - number of rows or a DB_Error object on failure

Throws

Таблица 32-1. Возможные значения PEAR_Error

Error codeError messageReasonSolution
DB_ERROR_NOT_CAPABLE DB backend not capable Driver doesn't support this feature. Either switch to another database system or enable the DB_PORTABILITY_NUMROWS portability option.

Заметка

Эта функция не должна вызываться статически.

Пример

См. также

numCols(), affectedRows()