PHP8 cubrid_lob2_new
(PECL CUBRID >= 8.4.1)
cubrid_lob2_new — 创建 lob 对象
说明
cubrid_lob2_new(resource $conn_identifier = ?, string $type = "BLOB"): resource
cubrid_lob2_new() 函数用于创建 lob 对象(BLOB 和 CLOB)。 在绑定 lob 对象之前,应使用此函数。
参数
conn_identifier
连接标识符。如果未指定连接标识符, 假定 cubrid_connect() 或 cubrid_connect_with_url() 打开的最后一个连接。
type
它可能是“BLOB”或“CLOB”,不区分大小写。默认值为“BLOB”。
返回值
Lob identifier when it is successful, 或者在失败时返回 false.
参见
- cubrid_lob2_close() - 关闭 LOB 对象