![]() | mssql_fetch_fieldDescrizioneobject mssql_fetch_field ( resource 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(). | ![]() |