update : 2015.11.03
php.shukuma.com검색:
|
ifx_fetch_row(PHP 4, PHP <=5.2.0) ifx_fetch_row — Get row as an associative array 설명Fetches one row of data from the result associated with the specified result identifier.
Subsequent calls to ifx_fetch_row() would return the
next row in the result set, or 인수
반환값
Returns an associative array that corresponds to the fetched row, or
Blob columns are returned as integer blob id values for use in ifx_get_blob() unless you have used ifx_textasvarchar(1) or ifx_byteasvarchar(1), in which case blobs are returned as string values. 예제
Example #1 Informix fetch rows
<?php |