(PHP 4, PHP 5, PECL odbtp >= 1.1.1)
mssql_fetch_field — Restituisce le informazioni di un campo
$id_risultato
[, int $offset_campo
] )La funzione restituisce un oggetto contenente le informazioni sul campo.
La funzione mssql_fetch_field() può essere utilizzata per ottenere informazioni sui campi presenti nel risultato di una certa query. Se non viene specificato l'argomento offset_campo, la funzione restituisce il campo successivo che non è ancora stato restituito da mssql_fetch_field().
Le proprietà dell'oggetto sono:
Vedere anche mssql_field_seek().