From f5d960c69a0cd30d305eb936624e1adcd2033b63 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Mon, 29 Apr 2002 00:39:52 +0000 Subject: [PATCH] document flags values for ora_fetch_into git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80312 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oracle/functions/ora-fetch-into.xml | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/reference/oracle/functions/ora-fetch-into.xml b/reference/oracle/functions/ora-fetch-into.xml index 5034a75697..023c3e7fed 100644 --- a/reference/oracle/functions/ora-fetch-into.xml +++ b/reference/oracle/functions/ora-fetch-into.xml @@ -1,5 +1,5 @@ - + @@ -17,21 +17,31 @@ - You can fetch a row into an array with this function. + Fetches a row of data into an array. The flags + has two flag values: if the ORA_FETCHINTO_NULLS + flag 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. + + + Returns the number of columns fetched. + + - Oracle fetch into array + <function>ora_fetch_into()</function> ]]> - Note that you need to fetch the array by reference. See also ora_parse,ora_exec,