Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
mssql_field_type
Popis
string mssql_field_type ( resource result [, int offset] )
Returns the type of field no. offset
in
result
.
Seznam parametrů
result
The result resource that is being evaluated. This result comes from a call to mssql_query().
offset
The field offset, starts at 0. If omitted, the current field is used.
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
mssql_field_seek | Nahoru |