mysqli_stmt_close mysqli_stmt->close() Closes a prepared statement &reftitle.description; Procedural style: boolmysqli_stmt_close mysqli_stmtstmt Object oriented style (method): mysqli_stmt boolclose Closes a prepared statement. mysqli_stmt_close also deallocates the statement handle. If the current statement has pending or unread results, this function cancels them so that the next query can be executed. &reftitle.parameters; &mysqli.stmt.description; &reftitle.returnvalues; &return.success; &reftitle.seealso; mysqli_prepare