![]() | OCI-Lob->export说明class OCI-Lob {bool export ( string filename [, int start [, int length]] ) } 将 LOB 的内容导出到文件中。文件名由 filename 参数给出。可选参数 start 指定从哪里开始导出,而 length 指定要被导出的数据长度。 如果成功则返回 TRUE,失败则返回 FALSE。 ![]() There are no user contributed notes for this page. | ![]() |