PHP Function List
function.mysqli_fetch_fields doesn't exist. Closest matches:
- mysql_fetch_field
- msql_fetch_field
- fbsql_fetch_field
- mssql_fetch_field
- mysql_list_fields
- cubrid_fetch_field
- maxdb_fetch_fields
- mysqli_fetch
- mysql_fetch_lengths
- msql_list_fields
- mysql_num_fields
- session_pgsql_set_field
- session_pgsql_get_field
- mysql_fetch_assoc
- maxdb_fetch_field
- fbsql_list_fields
- sybase_fetch_field
- mysql_fetch_object
- msql_num_fields
- function_exists
Site Search Results
-
function mysql_fetch_fields ($table) { // LIMIT 1 means to only read rows before row 1 (0-indexed) $result = mysql_query ("SELECT * FROM $table LIMIT 1");
-
function mysql_fetch_fields ($table) { // LIMIT 1 means to only read rows before row 1 (0-indexed) $result = mysql_query ("SELECT * FROM $table LIMIT 1");
-
function mysql_fetch_fields ($table) { // LIMIT 1 means to only read rows before row 1 (0-indexed) $result = mysql_query ("SELECT * FROM $table LIMIT 1");
-
function mysql_fetch_fields ($table) { // LIMIT 1 means to only read rows before row 1 (0-indexed) $result = mysql_query ("SELECT * FROM $table LIMIT 1");
-
function mysql_fetch_fields ($table) { // LIMIT 1 means to only read rows before row 1 (0-indexed) $result = mysql_query ("SELECT * FROM $table LIMIT 1");

Other forms of search
To search the string "function.mysqli_fetch_fields" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
