Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: ora_numrows - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net

search for in the

ora_open" width="11" height="7"/> <ora_numcols
Last updated: Wed, 01 Nov 2006
view this page in

ora_numrows

(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1)

ora_numrows -- レコード数を返す

説明

int ora_numrows ( resource cursor )

ora_numrows() は、結果のレコード数を返します。



add a note add a note User Contributed Notes
ora_numrows
help at php dot com
28-Jan-2006 08:40
ora_rows returns the row number of the actual fetched cursor.
So you can control the position of the cursor in the whole fetched data for the cursor.
coscatmu at ihc dot com
28-Dec-2000 03: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.

The online manual and one of my PHP reference books does not make that distinction.  Some may expect this to count the number of rows in the cursor prior to processing.  This function does not do that.

ora_open" width="11" height="7"/> <ora_numcols
Last updated: Wed, 01 Nov 2006
 
 
show source | credits | sitemap | contact | advertising | mirror sites