| field_data() | ใช้คืนค่า รายละเอียดต่างๆ ของ table ที่กำหนด |
|---|
method:field_data ( table_name );
return type:array
content:ใช้คืนค่า รายละเอียดต่างๆ ของ table ที่กำหนด โดยจะคืนค่ามาเป็น array 2 มิติ ที่มี key ของ มิติที่ 1 ได้แก่ field, type, null, key, default, extra
example:$conn = new Database (); print_r ( $conn->field_data ( "bamboolabcode" ) );