update : 2015.11.03
php.shukuma.com검색:
|
pg_update(PHP 4 >= 4.3.0, PHP 5) pg_update — Update table 설명
mixed pg_update
( resource
$connection
, string $table_name
, array $data
, array $condition
[, int $options = PGSQL_DML_EXEC
] )pg_update() updates records that matches condition with data. If options is specified, pg_convert() is applied to data with specified options. 인수
반환값
성공 시 예제
Example #1 pg_update() example
<?php 변경점
|