OCIFetchStatement

(PHP 3>= 3.0.8, PHP 4 >= 4.0.0)

OCIFetchStatement -- Fetch all rows of result data into an array.

Description

int OCIFetchStatement ( int stmt, array & variable)

OCIFetchStatement() fetches all the rows from a result into a user-defined array. OCIFetchStatement() returns the number of rows fetched.