mysql_field_table
取得指定字段所在的表名
(
PHP 3, PHP 4, PHP 5
)
string
mysql_field_table
(
resource
result
,
int
field_offset
)
说明
返回指定字段所在的表的名字。
为向下兼容仍然可以使用
mysql_fieldtable()
,但反对这样做。
<< mysql_field_seek
Main
:
函数参考
:
MySQL 函数
: mysql_field_table
mysql_field_type >>
This page online
Report a bug