OCIRowCount()

php.internals

Sabine Seipel

22 years ago
hi, during I look after some time over the enhancements concering the oci8 Extension, I don't saw the function OCIRowCount() anymore. which new function replaced OCIRowCount()? best regards Sabine Seipel
-- +++ NEU bei GMX und erstmalig in Deutschland: TÜV-geprüfter Virenschutz +++ 100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz

Antony Dovgal

22 years ago
On Mon, 22 Mar 2004 14:23:54 +0100 (MET) "Sabine Seipel" <S.Seipel@gmx.de> wrote:
> hi, > > during I look after some time over the enhancements concering the oci8 > Extension, I don't saw the function OCIRowCount() anymore. which new function > replaced OCIRowCount()?
ocirowcount(); is now alias of oci_num_rows(); you can use both of them with the same results. --- WBR, Antony Dovgal aka tony2001 tony2001@phpclub.net || antony@dovgal.com