PHP » GoLang |
login |
register |
about
|
ifx_fetch_row(PHP 4, PHP 5 < 5.2.1) ifx_fetch_row — Get row as an associative array DescriptionFetches 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 |
more
Recently updated
more
Most requested
more
Last requests
|