PHP mysqli_field_tell() Function

The mysqli_field_tell() function returns the position of the field cursor.

Examples -

Get field info for all fields, then get the current field with mysqli_field_tell() and print each column's name, table, and max length:

ParameterDescription
resultRequired. Specifies a result set identifier returned by mysqli_query(), mysqli_store_result() or mysqli_use_result()