baoengb         Wed May 19 12:35:31 2004 EDT

  Modified files:              
    /phpdoc/en/reference/mysqli/functions       mysqli-stmt-close.xml 
  Log:
  use of <void />, and minor typo
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-close.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-close.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-stmt-close.xml:1.4 
phpdoc/en/reference/mysqli/functions/mysqli-stmt-close.xml:1.5
--- phpdoc/en/reference/mysqli/functions/mysqli-stmt-close.xml:1.4      Tue Mar  9 
12:21:48 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-close.xml  Wed May 19 12:35:31 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
   <refentry id="function.mysqli-stmt-close">
    <refnamediv>
     <refname>mysqli_stmt_close</refname>
@@ -18,12 +18,12 @@
      <ooclass><classname>mysqli_stmt</classname></ooclass>
      <methodsynopsis>
       <type>bool</type><methodname>mysqli_stmt->close</methodname>
-      <methodparam><type>void</type><parameter></parameter></methodparam>
+      <void />
      </methodsynopsis> 
     </classsynopsis>
     <para>
      Closes a prepared statement. <function>mysql_stmt_close</function> also 
deallocates the 
-     statement handle pointed to by stmt.  
+     statement handle pointed to by <parameter>stmt</parameter>.  
      If the current statement has pending or unread results, this function cancels 
them so that
      the next query can be executed.
     </para>

Reply via email to