mysql_field_seek
Set result pointer to a specified field offset
&mysql.alternative.note;
mysqli_field_seek
PDOStatement::fetch using optional parameters
&reftitle.description;
boolmysql_field_seek
resourceresult
intfield_offset
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.
&reftitle.parameters;
&mysql.result.description;
&mysql.field-offset.req.description;
&reftitle.returnvalues;
&return.success;
&reftitle.seealso;
mysql_fetch_field