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>