PHP. Руководство по PHP. 2005
ocinumcols
ocinumcols
Description
int ocinumcols (resource stmt)ocinumcols() returns the number of columns in the
statement stmt.
Замечание:
This function was renamed to oci_num_fields()
after PHP >= 5.0.0. For downward compatibility
ocinumcols() can also be used.
This is deprecated, however.