For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > May 2004 > cvs: phpdoc /en/reference/mysqli/functions mysqli-stmt-close.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/mysqli/functions mysqli-stmt-close.xml
Enrique Garcia Briones

2004-05-19, 1:30 pm

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/...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>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com