update : 2015.11.03
php.shukuma.com검색:
|
pg_fetch_row(PHP 4, PHP 5) pg_fetch_row — Get a row as an enumerated array 설명
array pg_fetch_row
( resource
$result
[, int $row
] )
pg_fetch_row() fetches one row of data from
the result associated with the specified
인수
반환값
An array, indexed from 0 upwards, with each value
represented as a string. Database NULL
values are returned as
예제
Example #1 pg_fetch_row() example
<?php 참고
|