sqlsrv_free_stmt

Example

 bool sqlsrv_free_stmt ( resource $stmt ) 

Description

Frees all resources for the specified statement. The statement cannot be used after sqlsrv_free_stmt() has been called on it. If sqlsrv_free_stmt() is called on an in-progress statement that alters server state, statement execution is terminated and the statement is rolled back.

Return Values

Returns TRUE on success or FALSE on failure.