PHP » GoLang |
login |
register |
about
|
GoLang cubrid_lob2_export
request it (301)
GoLang replacement for PHP's cubrid_lob2_export
[edit | history]
cubrid_lob2_export(PECL CUBRID >= 8.4.1) cubrid_lob2_export — Export the lob object to a file Description
bool cubrid_lob2_export
( resource
$lob_identifier
, string $file_name
)The cubrid_lob2_export() function is used to save the contents of BLOB/CLOB data to a file. To use this function, you must use cubrid_lob2_new() or fetch a lob object from CUBRID database first. If the file already exists, the operation will fail. This function will not influence the cursor position of the lob object. It operates the entire lob object. Parameters
Return Values
ExamplesExample #1 cubrid_lob2_export() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|