downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

msql_fieldflags> <msql_field_table
Last updated: Fri, 13 Nov 2009

view this page in

msql_field_type

(PHP 4, PHP 5)

msql_field_typeフィールドの型を取得する

説明

string msql_field_type ( resource $result , int $field_offset )

msql_field_type() は、指定したフィールドインデックスの 型を取得します。

パラメータ

result

評価された結果 リソース。 この結果は、msql_query() のコールにより得られたものです。

field_offset

数値フィールドオフセット。 field_offset は、1から始まります。

返り値

フィールドの型。intcharrealidentnull あるいは unknown のいずれか。 失敗した場合には FALSE を返します。



add a note add a note User Contributed Notes
msql_field_type
There are no user contributed notes for this page.

msql_fieldflags> <msql_field_table
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites