Forum und email

OCI-Lob->save

(PHP 5, PECL oci8:1.1-1.2.4)

OCI-Lob->save — Saves data to the large object

설명

OCI-Lob
bool 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를 반환합니다.