mysql_field_seek
(PHP 4, PHP 5)
mysql_field_seek — 将结果集中的指针设定为制定的字段偏移量
<h3>说明</h3>
int <strong>mysql_field_seek</strong>
( resource <code>$result</code>
, int <code>$field_offset</code>
)
<p>
用指定的字段偏移量检索。如果下一个
mysql_fetch_field()
的调用不包括字段偏移量,则会返回本次
<strong>mysql_field_seek()</strong>
中指定的偏移量的字段。
</p>
<p>
参见 mysql_fetch_field()。
</p>