lob->saveDescriptionbool lob->save ( string data [, int offset])Saves data to the large object. Parameter offset can be used to indicate offset from the beginning of the large object. 如果成功则返回 TRUE,失败则返回 FALSE。 See also oci_lob_write() and oci_lob_import(). | ||