update : 2015.11.03
php.shukuma.com검색:
|
pg_lo_write(PHP 4 >= 4.2.0, PHP 5) pg_lo_write — Write to a large object 설명
int pg_lo_write
( resource
$large_object
, string $data
[, int $len
] )pg_lo_write() writes data into a large object at the current seek position. To use the large object interface, it is necessary to enclose it within a transaction block.
인수
반환값
The number of bytes written to the large object, or 예제
Example #1 pg_lo_write() example
<?php |