ocirowcount

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

ocirowcountAlias of oci_num_rows()

Description

Alias of oci_num_rows()

Warning

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

Коментарии

Автор:
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
2010-07-12 03:28:23
http://php5.kiev.ua/manual/ru/function.ocirowcount.html

    Поддержать сайт на родительском проекте КГБ