| 
 
 Namemysql_stmt_close - Closes a prepared statement Synopsis
 DescriptionCloses a prepared statement and 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. Parameter
 Return valueReturns zero on success, nonzero on error (when communicating with the server). The statement is deallocated, regardless of the error. Notes
 See Also
 
 
  |