use of <void />, and minor typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159040 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Enrique Garcia Briones 2004-05-19 16:35:31 +00:00
parent f0c19ea7b0
commit 2ff06c3f34

View file

@ -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>