From 0a60bf6274f5f577e14d04801ca1980b24e2d182 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 23 Jan 2003 18:49:52 +0000 Subject: [PATCH] Removed incorrect note as per Mike Ford's suggestion. See also ocifetch. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113162 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oci8/functions/ocifetchinto.xml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/reference/oci8/functions/ocifetchinto.xml b/reference/oci8/functions/ocifetchinto.xml index 070d1c671a..27d3e0b08e 100644 --- a/reference/oci8/functions/ocifetchinto.xml +++ b/reference/oci8/functions/ocifetchinto.xml @@ -1,5 +1,5 @@ - + @@ -22,15 +22,6 @@ result will contain a zero-based array of all columns that are not &null;. - - - Prior to PHP 4.2.0, the result parameter is - passed in by reference at call time. So in these older versions of - PHP you'd use &$row in our example below. See - also - allow_call_time_pass_reference. - - The mode parameter allows you to change the default behaviour. You can specify more than one flag by simply @@ -75,7 +66,8 @@ while (OCIFetchInto ($statement, $row, OCI_ASSOC)) { - See also OCIExecute. + See also OCIFetch and + OCIExecute.