|
ibase_fetch_object(PHP 4, PHP 5) ibase_fetch_object — Get an object from a InterBase database Описание
object ibase_fetch_object
( resource $result_id
[, int $fetch_flag = 0
] )
Fetches a row as a pseudo-object from a given result identifier. Subsequent calls to ibase_fetch_object() return the next row in the result set. Список параметров
Возвращаемые значенияReturns an object with the next row information, or FALSE if there are no more rows. Примеры
Пример #1 ibase_fetch_object() example
<?php Смотрите также
|
|