vrana Fri Dec 2 16:41:29 2005 EDT
Modified files:
/phpdoc/en/reference/mcve/functions m-destroyconn.xml
Log:
Fix return type
http://cvs.php.net/diff.php/phpdoc/en/reference/mcve/functions/m-destroyconn.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/mcve/functions/m-destroyconn.xml
diff -u phpdoc/en/reference/mcve/functions/m-destroyconn.xml:1.1
phpdoc/en/reference/mcve/functions/m-destroyconn.xml:1.2
--- phpdoc/en/reference/mcve/functions/m-destroyconn.xml:1.1 Tue Nov 15
15:37:01 2005
+++ phpdoc/en/reference/mcve/functions/m-destroyconn.xml Fri Dec 2
16:41:28 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc.
-->
<refentry id="function.m-destroyconn">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>m_destroyconn</methodname>
+ <type>bool</type><methodname>m_destroyconn</methodname>
<methodparam><type>resource</type><parameter>conn</parameter></methodparam>
</methodsynopsis>
@@ -34,8 +34,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- What the function returns, first on success, then on failure. See
- also the &return.success; entity
+ &return.success;
</para>
</refsect1>