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

search for in the

pg_lo_seek> <pg_lo_read_all
Last updated: Fri, 18 Jul 2008

view this page in

pg_lo_read

(PHP 4 >= 4.2.0, PHP 5)

pg_lo_read — Legge un large object

Descrizione

string pg_lo_read ( resource $large_object , int $lung )

pg_lo_read() legge al massimo lung byte da un large object e li restituisce sotto forma di stringa. large_object specifica una risorsa large object valida e lung specifica la lunghezza massima accettabile del segmento del large object. Restituisce FALSE in caso di errore.

Per utilizzare l'interfaccia large object (lo), occorre includere il comando in un blocco di transazione.

Nota: Questa funzione si chiamava pg_loread().

Vedere anche pg_lo_read_all().



add a note add a note User Contributed Notes
pg_lo_read
There are no user contributed notes for this page.

pg_lo_seek> <pg_lo_read_all
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites