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

search for in the

cubrid_lob_export> <cubrid_is_instance
[edit] Last updated: Fri, 26 Apr 2013

view this page in

cubrid_lob_close

(PECL CUBRID >= 8.3.1)

cubrid_lob_closeClose BLOB/CLOB data

Description

bool cubrid_lob_close ( array $lob_identifier_array )

cubrid_lob_close() is used to close all BLOB/CLOB returned from cubrid_lob_get().

Parameters

lob_identifier_array

LOB identifier array return from cubrid_lob_get.

Return Values

TRUE, when process is successful.

FALSE, when process is unsuccessful.

Examples

Example #1 cubrid_lob_close() example

<?php
$lobs 
cubrid_lob_get($con"SELECT doc_content FROM doc WHERE doc_id=5");
cubrid_lob_export($conn$lobs[0], "doc_5.txt");
cubrid_lob_close($lobs);
?>

See Also



add a note add a note User Contributed Notes cubrid_lob_close - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites