PHP mysqli_field_tell() Function

PHP mysqli_field_tell() function return the position of the field cursor used for the last mysqli_fetch_field() call.

Syntax

mysqli_field_tell() Function Parameter

ParameterDescription
result :Required parameter. Mention a result set identifier returned by mysqli_query().

mysqli_field_tell() Function Return Value

Return Values :Returns the current position or offset of the field cursor

mysqli_field_tell() Function Example