|
pg_lo_writeWrite to a large object Description
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.
Parameters
Return Values
The number of bytes written to the large object, or Examples
Example #1 pg_lo_write example
<?php See Also
|