|
oci_resultReturns field's value from the fetched row Description
mixed oci_result(resource
$statement , stringint $column )
Returns the data from For details on the data type mapping performed by the OCI8 extension, see the datatypes supported by the driver Parameters
Return Values
Returns everything as strings except for abstract types (ROWIDs, LOBs and
FILEs). Returns Examples
Example #1 oci_fetch with oci_result
See Also
|