PHP Function List
function.mysqli_fetch_array doesn't exist. Closest matches:
- mysql_fetch_array
- msql_fetch_array
- mssql_fetch_array
- fbsql_fetch_array
- sqlite_fetch_array
- oci_fetch_array
- sqlsrv_fetch_array
- ingres_fetch_array
- cubrid_fetch_array
- mysql_fetch_row
- mysqli_fetch
- odbc_fetch_array
- mysql_fetch_assoc
- maxdb_fetch_array
- msql_fetch_row
- pg_fetch_array
- sybase_fetch_array
- fbsql_fetch_row
- mssql_fetch_row
- db2_fetch_array
Site Search Results
-
function mysql_fetch_array_nullsafe($result) { $ret=array(); $num = mysql_num_fields($result); if ($num==0) return $ret; $fval = mysql_fetch_row ($result);
-
The function mysql_fetch_array() uses a constant for the different types of result arrays. The following constants are defined:

Other forms of search
To search the string "function.mysqli_fetch_array" 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.
