update : 2015.11.03
php.shukuma.com검색:
|
ibase_fetch_assoc(PHP 5) ibase_fetch_assoc — Fetch a result row from a query as an associative array 설명
array ibase_fetch_assoc
( resource
$result
[, int $fetch_flag = 0
] )Fetch a result row from a query as an associative array.
ibase_fetch_assoc() fetches one row of data from the
인수
반환값
Returns an associative array that corresponds to the fetched row.
Subsequent calls will return the next row in the result set, or 참고
|