| PHP3 Manual | ||
|---|---|---|
| Prev | Next | |
odbc_num_fields -- number of columns in a result
odbc_num_fields() will return the number of fields (columns) in an ODBC result. This function will return -1 on error. The argument is a valid result identifier returned by odbc_exec().
| Prev | Home | Next |
| odbc_longreadlen | Up | odbc_pconnect |