(PHP 4 >= 4.2.0, PHP 5, PHP 7)
Write to a large object
int pg_lo_write ( resource $large_object, string $data [, int $len ] )
pg_lo_write() writes data into a large object at the current seek position.
To use the large object interface, it is necessary to enclose it within a transaction block.
Note:
This function used to be called pg_lowrite().
Parameters:
large_object