update : 2015.11.03
php.shukuma.com검색:
|
pg_insert(PHP 4 >= 4.3.0, PHP 5) pg_insert — Insert array into table 설명
mixed pg_insert
( resource
$connection
, string $table_name
, array $assoc_array
[, int $options = PGSQL_DML_EXEC
] )
pg_insert() inserts the values of 인수
반환값
성공 시 예제
Example #1 pg_insert() example
<?php 변경점
|