(PHP 4, PHP 5)
msql_field_table — Get table name for field
Returns the name of the table that the specified field is in.
回傳類型為 resource 的結果集。該結果集從 msql_query() 的呼叫用中得到。
數字形式的欄位偏移量。field_offset 從 1 開始。
The name of the table on success, or FALSE on failure.