update : 2015.11.03
php.shukuma.com검색:
|
pg_lo_export(PHP 4 >= 4.2.0, PHP 5) pg_lo_export — Export a large object to file 설명
bool pg_lo_export
([ resource
$connection
], int $oid
, string $pathname
)pg_lo_export() takes a large object in a PostgreSQL database and saves its contents to a file on the local filesystem. To use the large object interface, it is necessary to enclose it within a transaction block.
인수
반환값
성공 시 예제
Example #1 pg_lo_export() example
<?php |