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

search for in the

pg_escape_bytea> <pg_delete
[edit] Last updated: Sun, 19 May 2013

view this page in

pg_end_copy

(PHP 4 >= 4.0.3, PHP 5)

pg_end_copyEsegue una sincronizzazione con il backend PostgreSQL

Descrizione

bool pg_end_copy ([ resource $connessione ] )

pg_end_copy() sincronizza il frontend PostgreSQL (normalmente un processo del server web) con il server PostgreSQL dopo aver eseguito una operazione di copia attraverso pg_put_line(). pg_end_copy() deve essere invocato, altrimenti il server PostgreSQL può rimanere fuori sincronizzazione con il frontend e restituire un errore. Restituisce TRUE in caso di successo, FALSE in caso di fallimento.

Per ulteriori dettagli ed esempio, vedere anche pg_put_line().



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

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