ociresult

(PHP 3>= 3.0.4, PHP 4 )

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).