PHP3 Manual
PrevNext

pg_loread

pg_loread -- read a large object

Description

void pg_loread(int fd, string bufvar, int len);

pg_loread() reads at most len bytes from a large object into a variable name bufvar. fd specifies a valid large object file descriptor. bufvar specifies a valid buffer variable to contain the large object segment and len specifies the maximum allowable size of the large object segment.


PrevHomeNext
pg_loopenUppg_loreadall