pg_lo_write
(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)
pg_lo_write — 向大型對像寫入數據
說明
pg_lo_write(resource
$large_object
, string $data
): int
pg_lo_write() 把 data
參數中的數據儘可能多地寫入大型對象並返回實際寫入的位元組數。如果出錯則返回 false
。large_object
參數是 pg_lo_open() 函式所返回的大型對像資源號。
要使用大型對像(lo)介面,需要將其放置在事務塊中。
注意:
本函式以前的名字為
pg_lo_write()
。
參見 pg_lo_create() 和 pg_lo_open()。