downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

oci_internal_debug> <oci_field_type
[edit] Last updated: Fri, 30 Nov 2012

view this page in

oci_free_statement

(PHP 5, PECL OCI8 >= 1.1.0)

oci_free_statementFrees all resources associated with statement or cursor

Opis

bool oci_free_statement ( resource $statement )

Frees resources associated with Oracle's cursor or statement, which was received from as a result of oci_parse() or obtained from Oracle.

Parametry

statement

A valid OCI statement identifier.

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.



oci_internal_debug> <oci_field_type
[edit] Last updated: Fri, 30 Nov 2012
 
add a note add a note User Contributed Notes oci_free_statement - [3 notes]