«

PHP:MySQL函数mysql_field_table()的用法

时间:2024-3-1 20:44     作者:韩俊     分类: PHP


mysql_field_table

(PHP 4, PHP 5)

mysql_field_table — 取得指定字段所在的表名

<h3>说明</h3>
  string <strong>mysql_field_table</strong>
   ( resource <code>$result</code>
  , int <code>$field_offset</code>
  )
<p>
 返回指定字段所在的表的名字。
</p>
<p>
 为向下兼容仍然可以使用
 <strong>mysql_fieldtable()</strong>,但反对这样做。
</p>

标签: php php教程

热门推荐