update : 2015.11.03
php.shukuma.com검색:
|
fbsql_field_type(PHP 4 >= 4.0.6, PHP 5, PHP 7) fbsql_field_type — Get the type of the specified field in a result 설명
string fbsql_field_type
( resource
$result
[, int $field_offset
] )fbsql_field_type() is similar to the fbsql_field_name() function, but the field type is returned instead. 인수
반환값Returns the field type, as a string. This can be one of int, real, string, blob, and others as detailed in the » FrontBase documentation. 예제
Example #1 fbsql_field_type() example
<?php |