(PHP 4, PHP 5)
mysql_field_seek — Set result pointer to a specified field offset
Questa enstensione deprecata da PHP 5.5.0, e sarà rimossa in futuro. Al suo posto, usare l'estensione MySQLi o PDO_MySQL. Vedere anche la guida MySQL: scelta dell'API e le FAQ relative per ulteriori informazioni. Le alternative a questa funzione includono:
cursor_orientation and
offset parameters
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.
resultThe risultato resource che che viene calcolato. Questo risultato deriva dal una chiamata a mysql_query().
field_offsetL'offset numerico dei campi.
field_offset inizia da 0. Se
field_offset non esiste, viene generato un errore di livello
E_WARNING.