OCIColumnName

(PHP 3>= 3.0.4, PHP 4 >= 4.0.0)

OCIColumnName -- Returns the name of a column.

Description

string OCIColumnName ( int stmt, int col)

OCIColumnName() returns the name of the column corresponding to the column number (1-based) that is passed in.

See also OCINumCols(), OCIColumnType(), and OCIColumnSize().