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