pg_loreadall

(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)

pg_loreadall --  Read a entire large object and send straight to browser

Description

int pg_loreadall (resource large_object)

pg_loreadall() reads a large object and passes it straight through to the browser after sending all pending headers. Mainly intended for sending binary data like images or sound. It returns number of bytes read. It returns FALSE, if an error occured.

To use the large object (lo) interface, it is necessary to enclose it within a transaction block.

See also pg_loread().