Was this helpful?
Edit on GitHub Export as PDF mysql_fetch_fields SyntaxMYSQL_FIELD * mysql_fetch_fields(MYSQL_RES * res);
res
- a result set identifier returned by mysql_store_result() or mysql_use_result().
This function serves an identical purpose to the mysql_fetch_field() function with the single difference that instead of returning one field at a time for each field, the fields are returned as an array. Each field contains the definition for a column of the result set.
The total number of fields can be obtained by mysql_field_count().
See also Previousmysql_fetch_field_direct Nextmysql_fetch_lengthsLast updated 2 months ago
Was this helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4