向大型對像寫入數據

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 參數中的數據儘可能多地寫入大型對象並返回實際寫入的位元組數。如果出錯則返回 falselarge_object 參數是 pg_lo_open() 函式所返回的大型對像資源號。

要使用大型對像(lo)介面,需要將其放置在事務塊中。

注意:

本函式以前的名字為 pg_lo_write()

參見 pg_lo_create()pg_lo_open()

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *