| 
 | oci_field_scaleTell the scale of the field Description
   int oci_field_scale
    ( resource  $statement, mixed$field)
   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 
<?phpNotes
 See Also
 
 |