OCI-Lob->save

(no version information, might be only in CVS)

OCI-Lob->save -- 将数据保存到大对象中

说明

class OCI-Lob {

bool save ( string data [, int offset] )

}

data 保存到大对象中。offset 参数可以用来指定从大对象开头起的偏移量。

如果成功则返回 TRUE,失败则返回 FALSE

参数

data

offset


add a note add a note User Contributed Notes
02-Jun-2006 06:23
If you are using Save() on an update statement, PHP will throw a warning similar to "OCILobWrite: OCI_INVALID_HANDLE..." if your update statement did not catch any rows with its where clause.