PHP - Manual: fbsql_field_table
2025-10-31
(PHP 4 >= 4.0.6, PHP 5, PHP 7)
fbsql_field_table — Get name of the table the specified field is in
$result
   [, int $field_offset
  ] ) : stringReturns the name of the table that the specified field is in.
result由 fbsql_query() 或 fbsql_db_query() 返回的结果标识符。
field_offsetThe numerical offset of the field. The field index starts at 0.
Returns the name of the table, as a string.
 add a note
 add a note
  官方地址:https://www.php.net/manual/en/function.fbsql-field-table.php