(PHP 5, PECL OCI8 >= 1.1.0)
OCI-Lob::truncate — Truncates large object
$length
Truncates the LOB.
length
If provided, this method will truncate the LOB to length bytes. Otherwise, it will completely purge the LOB.
성공 시 TRUE를, 실패 시 FALSE를 반환합니다.
TRUE
FALSE