downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

pg_lo_import> <pg_lo_create
[edit] Last updated: Tue, 21 May 2013

view this page in

pg_lo_export

(PHP 4 >= 4.2.0, PHP 5)

pg_lo_exportExporta um objeto grande (large object) para um arquivo

Descrição

bool pg_lo_export ( int $oid , string $pathname [, resource $connection ] )

O argumento oid especifica o oid do objeto grande (large object) a exportar e o argumento pathname especifica o caminho até o arquivo. Retorna FALSE se um erro ocorrer, caso contrário retorna TRUE.

Para usar a interface de objetos grandes (lo), é necessário encapsulá-lo em um bloco de transação.

Nota:

Esta função era chamada pg_loexport().

Veja também pg_lo_import().



add a note add a note User Contributed Notes pg_lo_export - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites