reference/mysql/functions/mysql-close.xml
5dd7ff3e72db8436523e5eaeba2e44b8a7daa8bf
...
...
@@ -28,13 +28,7 @@
28
28
<parameter>link_identifier</parameter> isn't specified, the last opened
29
29
link is used.
30
30
</para>
31
-
<para>
32
-
Using <function>mysql_close</function> isn't usually necessary,
33
-
as non-persistent open links are automatically closed at the end
34
-
of the script's execution. See also
35
-
<link linkend="language.types.resource.self-destruct">freeing
36
-
resources</link>.
37
-
</para>
31
+
&mysql.close.connections.result.sets;
38
32
</refsect1>
39
33

40
34
<refsect1 role="parameters">
...
...
@@ -86,6 +80,8 @@ Connected successfully
86
80
<para>
87
81
<function>mysql_close</function> will not close persistent links
88
82
created by <function>mysql_pconnect</function>.
83
+
For additional details, see the manual page on
84
+
<link linkend="features.persistent-connections">persistent connections</link>.
89
85
</para>
90
86
</note>
91
87
</refsect1>
92
88