| mysql_list_fields() | ใช้คืนค่า result ที่เก็บชื่อฟิลด์ทั้งหมด ของตารางที่กำหนด ในฐานข้อมูลที่กำหนด |
|---|
function:mysql_list_fields ( db_name, tb_name, resource );
return type:result
content:ใช้คืนค่า result ที่เก็บชื่อฟิลด์ทั้งหมด ของตารางที่กำหนด ในฐานข้อมูลที่กำหนด
example:$conn = mysql_connect ( "localhost", "root", "1234" ); $result = mysql_list_fields ( "dblabcode", "employee", $conn );