update : 2015.11.03
php.shukuma.com검색:
|
pg_lo_truncate(No version information available, might only be in Git) pg_lo_truncate — Truncates a large object 설명
bool pg_lo_truncate
( resource
$large_object
, int $size
)pg_lo_truncate() truncates a large object resource. To use the large object interface, it is necessary to enclose it within a transaction block. 인수
반환값
성공 시 예제
Example #1 pg_lo_truncate() example
<?php 변경점
|