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

search for in the

ocisavelob> <ocirollback
[edit] Last updated: Fri, 25 May 2012

view this page in

ocirowcount

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

ocirowcountAlias de oci_num_rows()

Description

Avertissement

Cet alias est devenu obsolète depuis PHP 5.4.0. Son utilisation est fortement déconseillée.



add a note add a note User Contributed Notes ocirowcount
Ved Prakash 12-Jul-2010 12:28
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