msql_field_table
(PHP 3 >= 3.0.7, PHP 4, PHP 5)
msql_field_table -- Get table name for field
説明
int
msql_field_table ( resource result, int field_offset )
Returns the name of the table that the specified field is in.
パラメータ
-
result
評価された結果 リソース。
この結果は、msql_query()のコールにより得られたものです。
-
field_offset
数値フィールドオフセット。
field_offset は、1から始まります。
戻り値
The name of the table on success, or FALSE on failure.