pg_loopen

Syntax

int pg_loopen(int conn, int objoid, string mode);

Popis

Príkaz jazyka PHP
pg_loopen - open a large object

pg_loopen open an Inversion Large Object and returns file descriptor of the large object. The file descriptor encapsulates information about the connection. Do not close the connection before closing the large object file descriptor. objoid specifies a valid large object oid and mode can be either "r", "w", or "rw".

Pozri aj

pg_loclose