mysql_field_tell
mysql_field_tell retrieves the current field cursor position in a result set, which can be passed to mysql_field_seek to restore that position.
Syntax
MYSQL_FIELD_OFFSET mysql_field_tell(MYSQL_RES * result);Parameter
Description
Return Value
See Also
Last updated
Was this helpful?

