(PHP 4, PHP 5, PECL mysql:1.0)
mysql_field_seek — Set result pointer to a specified field 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.
Výsledný resource, ktorý je vyhodnocovaný. Tento výsledok pochádza z volania mysql_query().
Ofset číselného poľa. Field_offset začína na 0. Ak field_offset neexistuje, je tiež vytvorený error úrovne E_WARNING.
Vracia TRUE pri úspechu alebe FALSE pri chybe.