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.