philip          Thu Jan 23 13:49:52 2003 EDT

  Modified files:              
    /phpdoc/en/reference/oci8/functions ocifetchinto.xml 
  Log:
  Removed incorrect note as per Mike Ford's suggestion.  See also ocifetch.
  
  
Index: phpdoc/en/reference/oci8/functions/ocifetchinto.xml
diff -u phpdoc/en/reference/oci8/functions/ocifetchinto.xml:1.3 
phpdoc/en/reference/oci8/functions/ocifetchinto.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocifetchinto.xml:1.3     Wed Jan 22 02:08:15 
2003
+++ phpdoc/en/reference/oci8/functions/ocifetchinto.xml Thu Jan 23 13:49:52 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocifetchinto">
    <refnamediv>
@@ -22,15 +22,6 @@
      <parameter>result</parameter> will contain a zero-based array of all
      columns that are not &null;.
     </para>
-    <note>
-     <para>
-      Prior to PHP 4.2.0, the <parameter>result</parameter> parameter is 
-      passed in by reference at call time.  So in these older versions of
-      PHP you'd use <varname>&$row</varname> in our example below.  See
-      also <link linkend="ini.allow-call-time-pass-reference">
-      allow_call_time_pass_reference</link>.
-     </para>
-    </note>
     <para>
      The <parameter>mode</parameter> parameter allows you to change the
      default behaviour. You can specify more than one flag by simply
@@ -75,7 +66,8 @@
      </example>
     </para>
     <para>
-     See also <function>OCIExecute</function>.
+     See also <function>OCIFetch</function> and
+     <function>OCIExecute</function>. 
     </para>
    </refsect1>
   </refentry>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to