OCIColumnType

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

OCIColumnType -- Returns the data type of a column.

Description

mixed OCIColumnType ( int stmt, int col)

OCIColumnType() returns the data type of the column corresponding to the column number (1-based) that is passed in.

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