<?php require("http://php.wilson.gs"); // 回首頁 echo "http://php.wilson.gs/bible/function.php : 函式:mysql_field_type()"; |
函式:mysql_field_type() |
mysql_field_type獲得目前欄位的型態。 語法: string mysql_field_type(int result, int field_offset); 傳回值: 字串 函式種類: 資料庫功能
本函式可以得到目前所在欄位的型態格式。傳回的字串為欄位的型態,包括了 int、real、string、blob....等等,詳見 MySQL 的相關文件中有關於型態的部份。
|
![]() mail("wilson@biglobe.net.tw", "Feedback", $message); ?> |