update : 2015.11.03
php.shukuma.com검색:
|
pg_select(PHP 4 >= 4.3.0, PHP 5) pg_select — Select records 설명
mixed pg_select
( resource
$connection
, string $table_name
, array $assoc_array
[, int $options = PGSQL_DML_EXEC
] )pg_select() selects records specified by assoc_array which has field=>value. For a successful query, it returns an array containing all records and fields that match the condition specified by assoc_array. If options is specified, pg_convert() is applied to assoc_array with the specified flags. 인수
반환값
성공 시 예제
Example #1 pg_select() example
<?php 변경점
|