downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

ocisavelob> <ocirollback
[edit] Last updated: Fri, 26 Apr 2013

view this page in

ocirowcount

(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)

ocirowcountAlias of oci_num_rows()

Description

Warning

This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.



add a note add a note User Contributed Notes ocirowcount - [1 notes]
up
-1
Ved Prakash
2 years ago
To get number of rows from SELECT, use ocirowcount function instead of oci_num_rows().
Though this is an alias of oci_num_rows, the behavior for this is different as oci_num_rows will return you only rows affected by DML statements

 
show source | credits | stats | sitemap | contact | advertising | mirror sites