php8.5
Home/ Manual/ mysql / functions/ mysql_field_seek

mysql_field_seek

PHP function Edit on GitHub ✎

(PHP 4, PHP 5)

Set result pointer to a specified field offset

Note mysqli_field_seekPDOStatement::fetch using the cursor_orientation and offset parameters

Description

mysql_field_seek(resource $result, int $field_offset): bool

Seeks to the specified field offset. If the next call to mysql_fetch_field() doesn't include a field offset, the field offset specified in mysql_field_seek() will be returned.

Parameters

Return Values

Success

See Also

Source: reference/mysql/functions/mysql-field-seek.xml · from the official PHP manual (php/doc-en)