|
oci_field_precisionTell the precision of a field Description
intfalse oci_field_precision(resource
$statement , stringint $column )
Returns precision of the For FLOAT columns, precision is nonzero and scale is -127. If precision is 0, then column is NUMBER. Else it's NUMBER(precision, scale). Parameters
Return Values
Returns the precision as an integer, or Examples
Example #1 oci_field_precision Example
See Also
|