update : 2015.11.03
php.shukuma.com검색:
|
cubrid_lob2_new(PECL CUBRID >= 8.4.1) cubrid_lob2_new — Create a lob object. 설명
resource cubrid_lob2_new
([ resource
$conn_identifier
[, string $type = "BLOB"
]] )The cubrid_lob2_new() function is used to create a lob object (both BLOB and CLOB). This function should be used before you bind a lob object. 인수
반환값Lob identifier when it is successful.
|