ACILob::writeTemporary

ACILob::writeTemporary-写入临时大型对象

说明

public ACILob::writeTemporary(string $data, int $type = ACI_TEMP_CLOB): bool

创建临时大型对象并向其写入数据。

完成此对象后,应使用 ACILob::close

参数

data

要写入的数据。

type

可以是以下之一: ACI_TEMP_BLOB用于创建临时BLOB ACI_TEMP_CLOB用于创建临时CLOB

返回值

成功时返回 true, 或者在失败时返回 false。