(3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0)
OCIResult -- Returns column value for fetched row
Description
mixed OCIResult (int statement, mixed column)
OCIResult() returns the data for column column in the current row
(see OCIFetch()).OCIResult() will return everything as strings except for abstract
types (ROWIDs, LOBs and FILEs).
|