ifx_free_result
(PHP 3>= 3.0.3, PHP 4 )
ifx_free_result -- Releases resources for the query
Description
int ifx_free_result ( int result_id)
Releases resources for the query associated with result_id.
Returns TRUE on success or FALSE on failure.
ifx_get_blob
(PHP 3>= 3.0.4, PHP 4 )
ifx_get_blob -- Return the content of a blob object
Description
int ifx_get_blob ( int bid)
Returns the content of the blob object for the given blob
object-id bid.
|