pg_lowrite

(PHP 3, PHP 4 )

pg_lowrite -- Write a large object

Description

int pg_lowrite (int fd, string buf)

Pg_lowrite() writes at most to a large object from a variable buf and returns the number of bytes actually written, or false in the case of an error. fd is a file descriptor for the large object from pg_loopen().