pg_lo_close

PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8
pg_lo_close - Close a large object
Manual
Code Examples

pg_lo_close( PgSql\Lob$lob ): bool

pg_lo_close closes a large object.

To use the large object interface, it is necessary to enclose it within a transaction block.

Note:

This function used to be called pg_loclose.

Parameters

lob

An PgSql\Lob instance, returned by pg_lo_open.

Return Values

Returns true on success or false on failure.

Changelog

Version Description
8.1.0 The lob parameter expects an PgSql\Lob instance now; previously, a resource was expected.

Related Functions

Example of pg_lo_close

Show all examples for pg_lo_close

PHP Version:


Function pg_lo_close:

PostgreSQL Functions

Most used PHP functions