|
oci_field_typeReturns field's data type Description
mixed oci_field_type
( resource
$statement
, int $field
)Returns a field's data type. Parameters
Return Values
Returns the field data type as a string, or Return Values
Example #1 oci_field_type example
<?php Notes
See Also
|