PHP - 函式欄位型別



語法

string odbc_field_type ( resource $result_id , int $field_number )

定義和用法

它用於獲取有關欄位資料型別的資訊

返回值

它返回資料型別作為字串或錯誤時的 false

引數

序號 引數和描述
1

result_id

它用於標識結果

2

field_number

它包含欄位號,從 1 開始

php_function_reference.htm
廣告