ora_fetch_into
Fetch a row into the specified result array
&reftitle.description;
intora_fetch_into
resourcecursor
arrayresult
intflags
Fetches a row of data into an array.
&reftitle.parameters;
cursor
An Oracle cursor, opened with ora_open.
result
An array passed by reference. It will be filled with the fetched
values.
flags
There are two possible flags.
If ORA_FETCHINTO_NULLS is set, columns with
NULL values are set in the array; and if the
ORA_FETCHINTO_ASSOC flag is set, an associative
array is created.
&reftitle.returnvalues;
Returns the number of columns fetched, or &false; on error.
&reftitle.changelog;
&Version;
&Description;
5.1.0
&oracle.deprecated;
&reftitle.examples;
ora_fetch_into
]]>
&reftitle.notes;
&oracle.replacement.desc;
A fetch function like oci_fetch_array
&reftitle.seealso;
ora_parse
ora_exec
ora_fetch
ora_do