ocisavelob> <ocirollback
Last updated: Fri, 13 Nov 2009

ocirowcount

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

ocirowcountSinônimo de oci_num_rows()

Descrição

Esta função é um apelido para: oci_num_rows().



User Contributed Notes
ocirowcount
Ved Prakash
11-Jul-2010 09: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

ocisavelob> <ocirollback
Last updated: Fri, 13 Nov 2009