ibase_free_result

(PHP 5)

ibase_free_resultFree a result set

說明

bool ibase_free_result ( resource $result_identifier )

Frees a result set.

參數

result_identifier

A result set created by ibase_query() or ibase_execute().

回傳值

如果成功則回傳 TRUE,失敗則回傳 FALSE

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top