OCI-Lob->writeTemporary()
OCI-Lob->writeTemporary - Writes temporary large objectSyntax
bool OCI-Lob->writeTemporary (string $data, int $lob_type)Arguments
- data - The data to write.
- lob_type - Can be one of the following: OCI_TEMP_BLOB is used to create temporary BLOBs OCI_TEMP_CLOB is used to create temporary CLOBs
