update : 2015.11.03
php.shukuma.com검색:
|
ibase_fetch_object(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 예제
Example #1 ibase_fetch_object() example
<?php 참고
|