update : 2015.11.03
php.shukuma.com검색:
|
pg_fetch_all_columns(PHP 5 >= 5.1.0) pg_fetch_all_columns — Fetches all rows in a particular result column as an array 설명
array pg_fetch_all_columns
( resource
$result
[, int $column = 0
] )pg_fetch_all_columns() returns an array that contains all rows (records) in a particular column of the result resource.
인수
반환값An array with all values in the result column.
예제
Example #1 pg_fetch_all_columns() example
<?php |