ocifreestatement
(PHP 3>= 3.0.5, PHP 4 , PHP 5)
ocifreestatement -- Free all resources associated with a statement
Description
bool
ocifreestatement ( resource stmt)
ocifreestatement() free all resources associated with the statement stmt. Возвращает TRUE в случае успешного завершения, FALSE в случае возникновения ошибки.
Замечание: This function was renamed to oci_free_statement() after PHP >= 5.0.0. For downward compatibility ocifreestatement() can also be used. This is deprecated, however.