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