update : 2015.11.03
php.shukuma.com검색:
|
pg_lo_create(PHP 4 >= 4.2.0, PHP 5) pg_lo_create — Create a large object 설명
pg_lo_create() creates a large
object and returns the OID of the large
object. PostgreSQL access modes
To use the large object interface, it is necessary to enclose it within a transaction block. Instead of using the large object interface (which has no access controls and is cumbersome to use), try PostgreSQL's bytea column type and pg_escape_bytea().
인수
반환값
A large object OID or 변경점
예제
Example #1 pg_lo_create() example
<?php |