pg_copy_from

(PHP 4 >= 4.2.0, PHP 5)

pg_copy_from --  Insère des lignes dans une table à partir d'un tableau

Description

bool pg_copy_from ( resource connection, string table_name, array rows [, string delimiter [, string null_as]] )

pg_copy_from() insère les éléments du tableau rows dans la tableau table_name. Cette fonction utilise la commande SQL interne COPY FROM. Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.

Voir aussi pg_copy_to().