msql_fetch_field
Description
object msql_fetch_field ( resource result [, int field_offset] )msql_fetch_field() can be used in order to obtain information about fields in a certain query result.
Parameters
resultThe result resource that is being evaluated. This result comes from a call to msql_query().
field_offsetThe field offset. If not specified, the next field that wasn't yet retrieved by msql_fetch_field() is retrieved.
