OCI-Lob->save
(PHP 5, PECL OCI8 >= 1.1.0)
OCI-Lob->save — Saves 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를 반환합니다.
There are no user contributed notes for this page.
