|
ifx_fetch_rowGet row as an associative array Description
array ifx_fetch_row
( resource
$result_id
[, mixed $position
] )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 Parameters
Return Values
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. Examples
Example #1 Informix fetch rows
<?php |