pg_lowrite

Syntax

int pg_lowrite(int fd, string buf);

Popis

Príkaz jazyka PHP
pg_lowrite - write a large object

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.