From 2ff06c3f341de25c496474230fcdf364ef6766f8 Mon Sep 17 00:00:00 2001 From: Enrique Garcia Briones Date: Wed, 19 May 2004 16:35:31 +0000 Subject: [PATCH] use of , and minor typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159040 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/functions/mysqli-stmt-close.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/mysqli/functions/mysqli-stmt-close.xml b/reference/mysqli/functions/mysqli-stmt-close.xml index 30b7c0db70..e2bb8d64e6 100644 --- a/reference/mysqli/functions/mysqli-stmt-close.xml +++ b/reference/mysqli/functions/mysqli-stmt-close.xml @@ -1,5 +1,5 @@ - + mysqli_stmt_close @@ -18,12 +18,12 @@ mysqli_stmt boolmysqli_stmt->close - void + Closes a prepared statement. mysql_stmt_close also deallocates the - statement handle pointed to by stmt. + statement handle pointed to by stmt. If the current statement has pending or unread results, this function cancels them so that the next query can be executed.