update : 2015.11.03
php.shukuma.com검색:
|
pg_fetch_result(PHP 4 >= 4.2.0, PHP 5) pg_fetch_result — Returns values from a result resource 설명pg_fetch_result() returns the value of a particular row and field (column) in a PostgreSQL result resource.
인수
반환값
Boolean is returned as "t" or "f". All
other types, including arrays are returned as strings formatted
in the same default PostgreSQL manner that you would see in the
psql program. Database NULL
values are returned as
예제
Example #1 pg_fetch_result() example
<?php 위 예제의 출력: First field in the second row is: 2 |