update : 2015.11.03
php.shukuma.com검색:
|
pg_convert(PHP 4 >= 4.3.0, PHP 5) pg_convert — Convert associative array values into suitable for SQL statement 설명
array pg_convert
( resource
$connection
, string $table_name
, array $assoc_array
[, int $options = 0
] )
pg_convert() checks and converts the values in
인수
반환값
An array of converted values, or 예제
Example #1 pg_convert() example
<?php 변경점
참고
|