PHP mysqli_field_seek() Function

PHP mysqli_field_seek() function sets the result pointer to a specified field offset.

Syntax

mysqli_field_seek() Function Parameter

ParameterDescription
Connection :Required parameter. The MySQL connection to be used

mysqli_field_seek() Function Return Value

Return Values :Returns an integer that represents the number of fields or columns in the result set.

mysqli_field_seek() Function Example