mysqli_stmt::close
mysqli_stmt_close
Closes a prepared statement
Description
Object-oriented style
public true mysqli_stmt::close()
true mysqli_stmt_close(mysqli_stmt $statement
)
Parameters
-
statement
-
Procedural style only: A mysqli_stmt object
returned by mysqli_stmt_init.
Return Values
Always returns true
.