vrana Fri Jul 15 02:02:11 2005 EDT
Modified files:
/phpdoc/en/reference/mysql reference.xml
Log:
link_identifier (inspired by bug #33700)
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/reference.xml?r1=1.20&r2=1.21&ty=u
Index: phpdoc/en/reference/mysql/reference.xml
diff -u phpdoc/en/reference/mysql/reference.xml:1.20
phpdoc/en/reference/mysql/reference.xml:1.21
--- phpdoc/en/reference/mysql/reference.xml:1.20 Sat Sep 11 05:18:21 2004
+++ phpdoc/en/reference/mysql/reference.xml Fri Jul 15 02:02:10 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
<reference id="ref.mysql">
<title>MySQL Functions</title>
<titleabbrev>MySQL</titleabbrev>
@@ -41,6 +41,19 @@
&reference.mysql.constants;
+ <section id="mysql.notes">
+ &reftitle.notes;
+ <note>
+ <para>
+ Most MySQL functions accept <parameter>link_identifier</parameter> as
+ the last optional parameter. If it is not provided, last opened
+ connection is used. If it doesn't exist, connection is tried to
+ establish with default parameters defined in &php.ini;. If it is not
+ successful, functions return &false;.
+ </para>
+ </note>
+ </section>
+
<section id="mysql.examples">
&reftitle.examples;
<para>