pg_lo_read_all
(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)
pg_lo_read_all — 讀入整個大型對象並直接發送給瀏覽器
說明
pg_lo_read_all(resource
$large_object
): int
pg_lo_read_all() 讀入一個大型對象並在(PHP)發送完所有待發的 header 之後將其直接發送給瀏覽器。主要目的是發送圖片或聲音等二進制數據。返回值為讀入的位元組數,如果出錯則返回 false
。
要使用大型對像(lo)介面,需要將其放置在事務塊中。
注意:
本函式以前的名字為
pg_loreadall()
。
參見 pg_lo_read()。