sqlsrv_free_stmt

 bool sqlsrv_free_stmt ( resource $stmt ) 

説明

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.

戻り値

Returns TRUE on success or FALSE on failure.