OCI-LOB.WRITETEMPORARY(3) OCI-LOB.WRITETEMPORARY(3) OCI-Lob::writeTemporary - Writes a temporary large objectSYNOPSISbool OCI-Lob::writeTemporary (string $data, [int $lob_type = OCI_TEMP_CLOB])DESCRIPTIONCreates a temporary large object and writes $data to it. You should use "OCI-Lob::close" when you are done with this object.PARAMETERSo $data - The data to write. o $lob_type - Can be one of the following: o OCI_TEMP_BLOB is used to create temporary BLOBs o OCI_TEMP_CLOB is used to create temporary CLOBsRETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSO"OCI-Lob::close". PHP Documentation Group OCI-LOB.WRITETEMPORARY(3)