|
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 FALSE if there are no more rows. Список параметров
Возвращаемые значенияReturns an associative array that corresponds to the fetched row, or FALSE if there are no more rows. 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. Примеры
Пример #1 Informix fetch rows
<?php |
|