OCI-Lob->truncate
(PHP 5, PECL oci8 >= 1.1.0)
OCI-Lob->truncate — Truncates large object
Описание
OCI-Lob
bool truncate
([ int $length
] )
Truncates the LOB.
Параметри
- length
-
If provided, this method will truncate the LOB to length bytes. Otherwise, it will completrely purge the LOB.
Връщани стойности
Връща TRUE при успех или FALSE при неуспех.
There are no user contributed notes for this page.
