update : 2015.11.03
php.shukuma.com검색:
|
fbsql_fetch_field(PHP 4 >= 4.0.6, PHP 5, PHP 7) fbsql_fetch_field — Get column information from a result and return as an object 설명
object fbsql_fetch_field
( resource
$result
[, int $field_offset
] )Used in order to obtain information about fields in a certain query result. 인수
반환값
Returns an object containing field information, or The properties of the object are:
예제
Example #1 fbsql_fetch_field() example
<?php |