update : 2015.11.03
php.shukuma.com검색:
|
pg_lo_open(PHP 4 >= 4.2.0, PHP 5) pg_lo_open — Open a large object 설명
resource pg_lo_open
( resource
$connection
, int $oid
, string $mode
)pg_lo_open() opens a large object in the database and returns large object resource so that it can be manipulated. Warning
Do not close the database connection before closing the large object resource. To use the large object interface, it is necessary to enclose it within a transaction block.
인수
반환값
A large object resource or 예제
Example #1 pg_lo_open() example
<?php |