msql_field_table
(PHP 3>= 3.0.7, PHP 4 )
msql_field_table -- Get table name for field
Description
int msql_field_table ( int query_identifier, int field)
Returns the name of the table field was fetched from.
This function returns FALSE on failure.
msql_field_type
(PHP 3>= 3.0.7, PHP 4 )
msql_field_type -- Get field type
Description
string msql_field_type ( resource query_identifier, int
field_offset)
msql_field_type() is similar to the msql_field_name() function.
The arguments are identical, but the field type is returned.
This will be one of "int", "char" or
"real".
This function returns FALSE on failure.
|