OCI8 函数
在线手册:中文  英文

OCI-Lob::save

(PHP 5, PECL OCI8 >= 1.1.0)

OCI-Lob::saveSaves data to the large object

说明

bool OCI-Lob::save ( string $data [, int $offset ] )

Saves data to the large object.

参数

data

The data to be saved.

offset

Can be used to indicate offset from the beginning of the large object.

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE

参见


OCI8 函数
在线手册:中文  英文

用户评论:

(2006-06-01 15:23:18)

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.

易百教程