|
ibase_fetch_objectGet an object from a InterBase database Description
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. Parameters
Return Values
Returns an object with the next row information, or Examples
Example #1 ibase_fetch_object example
<?php See Also
|