|
oci_field_type_rawTell the raw Oracle data type of the field Description
intfalse oci_field_type_raw(resource
$statement , stringint $column )
Returns Oracle's raw "SQLT" data type of the If you want a field's type name, then use oci_field_type instead. Parameters
Return Values
Returns Oracle's raw data type as a number, or Examples
Example #1 oci_field_type_raw Example
|