mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
f0c19ea7b0
commit
2ff06c3f34
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue