DB_result::numCols() (Previous) (Next) DB_Error

View this page in Last updated: Sun, 06 Jul 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

DB_result::numRows()

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

Beschreibung

Get the number of rows in a result set.

Warnung

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.

Does not work for Microsoft Access.

Rückgabewert

integer - number of rows or a DB_Error object on failure

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

DB_result::numCols() (Previous) (Next) DB_Error

Download Documentation Last updated: Sun, 06 Jul 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.