|
oci_field_precisionTell the precision of a field Description
int oci_field_precision
( resource
$statement
, mixed $field
)
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
<?php Notes
See Also
|