|
PHP5中文手册
OCI-Lob->writeTemporary(No version information available, might be only in CVS) OCI-Lob->writeTemporary — Writes temporary large object 说明OCI-Lob
bool writeTemporary
( string $data
[, int $lob_type
] )
Creates a temporary large object and writes data to it. You should use OCI-Lob->close when you are done with this object. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |