|
oci_field_type_rawTell the raw Oracle data type of the field Beschreibung
int oci_field_type_raw
( resource
$statement
, mixed $field
)
Returns Oracle's raw "SQLT" data type of the If you want a field's type name, then use oci_field_type instead. Parameter-Liste
Rückgabewerte
Returns Oracle's raw data type as a number, or Beispiele
Beispiel #1 oci_field_type_raw Example
<?phpAnmerkungen
|