PHP » GoLang |
login |
register |
about
|
pg_lo_write(PHP 4 >= 4.2.0, PHP 5, PHP 7) pg_lo_write — Write 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 |
more
Recently updated
more
Most requested
more
Last requests
|