[PHP-DEV] cvs: /phpdoc/functions mysql.sgml From: brianlmoon (php-dev <email protected>)
Date: 08/31/99

brianlmoon Tue Aug 31 15:58:15 1999 EDT

  Modified files:
    /phpdoc/functions mysql.sgml
  Log:
  fixed docs. previously said the funciton took no arguments.
  
  
  
Index: phpdoc/functions/mysql.sgml
diff -u phpdoc/functions/mysql.sgml:1.11 phpdoc/functions/mysql.sgml:1.12
--- phpdoc/functions/mysql.sgml:1.11 Tue Aug 24 17:04:10 1999
+++ phpdoc/functions/mysql.sgml Tue Aug 31 15:58:15 1999
@@ -775,9 +775,11 @@
     </funcsynopsis>
     <para>
      <function>mysql_insert_id</function> returns the ID generated for
- an AUTO_INCREMENTED field. This function takes no arguments. It
- will return the auto-generated ID returned by the last INSERT
- query performed.
+ an AUTO_INCREMENTED field. It will return the auto-generated ID
+ returned by the last INSERT query performed using the given
+ <parameter>link_identifier</parameter>. If
+ <parameter>link_identifier</parameter> isn't specified, the last
+ opened link is assumed.
    </refsect1>
   </refentry>
 

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>