update : 2015.11.03
php.shukuma.com검색:
|
pg_copy_from(PHP 4 >= 4.2.0, PHP 5) pg_copy_from — Insert records into a table from an array 설명
bool pg_copy_from
( resource
$connection
, string $table_name
, array $rows
[, string $delimiter
[, string $null_as
]] )
pg_copy_from() inserts records into a table from
인수
반환값
성공 시 예제
Example #1 pg_copy_from() example
<?php |