Informix
PHP Manual

ifx_free_result

(No version information available, might be only in CVS)

ifx_free_result — Releases resources for the query

Опи�ание

bool ifx_free_result ( resource $result_id )

Releases resources for the query associated with result_id .

Спи�ок параметров

result_id

result_id is a valid resultid returned by ifx_query() or ifx_prepare() (select type queries only!).

Возвращаемые значени�

Возвращает TRUE в �лучае у�пешного завершени� или FALSE в �лучае возникновени� ошибки.

Смотрите также


Informix
PHP Manual