update : 2015.11.03
php.shukuma.com검색:
|
pg_lo_import(PHP 4 >= 4.2.0, PHP 5) pg_lo_import — Import a large object from file 설명pg_lo_import() creates a new large object in the database using a file on the filesystem as its data source. To use the large object interface, it is necessary to enclose it within a transaction block.
인수
반환값
The OID of the newly created large object, or
변경점
예제
Example #1 pg_lo_import() example
<?php |