ACILob::export

ACILob::export-将LOB的内容导出到文件

说明

public ACILob::export(string $filename, ?int $offset = null, ?int $length = null): bool

将LOB内容导出到文件。

参数

filename

文件的路径。

offset

指示从何处开始导出。

length

指示要导出的数据长度。

返回值

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