(PHP 4, PHP 5)
msql_field_type — Get field type
msql_field_type() gets the type of the specified field index.
回傳類型為 resource 的結果集。該結果集從 msql_query() 的呼叫用中得到。
數字形式的欄位偏移量。field_offset 從 1 開始。
The type of the field. One of int, char, real, ident, null or unknown. This functions will return FALSE on failure.