|
oci_field_precisionTell the precision of a field Beschreibung
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). Parameter-Liste
Rückgabewerte
Returns the precision as an integer, or Beispiele
Beispiel #1 oci_field_precision Example
<?phpAnmerkungen
Siehe auch
|