|
oci_field_scaleTell the scale of the field Description
intfalse oci_field_scale(resource
$statement , stringint $column )
Returns the scale of the column with 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 scale as an integer, or Examples
Example #1 oci_field_scale Example
See Also
|