| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
cubrid_lob2_import(PECL CUBRID >= 8.4.1) cubrid_lob2_import — Import BLOB/CLOB data from a file. 説明
bool cubrid_lob2_import
( resource
$lob_identifier
, string $file_name
)The cubrid_lob2_import() function is used to save the contents of BLOB/CLOB data from 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. パラメータ
返り値
例例1 cubrid_lob2_export() example
<?php 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_lob2_import - Import BLOB/CLOB data from a file.」をGoogle検索
|