The "oracle" extension has been obsoleted and replaced by the "oci8" extension. Use oci_num_rows() as a replacement for ora_numrows().
![]() |
|
||||||||||
|
ora_numrowsDescriptionint ora_numrows ( resource cursor )ora_numrows() returns the number of rows in a result. ora_numrows
christopher dot jones at oracle dot com
06-Feb-2007 02:55
The "oracle" extension has been obsoleted and replaced by the "oci8" extension. Use oci_num_rows() as a replacement for ora_numrows().
help at php dot com
28-Jan-2006 03:40
ora_rows returns the row number of the actual fetched cursor.
coscatmu at ihc dot com
27-Dec-2000 10:37
It is important to note that this function acts more as a counter of the number of rows fetched from the cursor. If you execute this prior to processing the cursor you will always get a 0 for an answer. |