PHP Function List
function.mysqli_fetch_all doesn't exist. Closest matches:
- sqlite_fetch_all
- mysqli_fetch
- oci_fetch_all
- mysql_fetch_field
- mysql_fetch_assoc
- mysql_fetch_array
- mysql_fetch_row
- mysql_fetch_lengths
- msql_fetch_array
- msql_fetch_field
- fbsql_fetch_field
- mssql_fetch_array
- mssql_fetch_batch
- fbsql_fetch_array
- mssql_fetch_assoc
- fbsql_fetch_assoc
- mssql_fetch_field
- msql_fetch_row
- sqlite_fetch_array
- mysql_fetch_object
Site Search Results
-
The following function to read all data out of a mysql-resultset, is may be faster than Rafaels solution: <? function mysql_fetch_all($result) { while($row=mysql_fetch_array($result))
-
function mysql_fetch_all($query){ $r=@mysql_query($query); if($err=mysql_errno())return $err; if(@mysql_num_rows($r)) while($row=mysql_fetch_array($r))$result[]=$row;
-
The following function to read all data out of a mysql-resultset, is may be faster than Rafaels solution: <? function mysql_fetch_all($result) { while($row=mysql_fetch_array($result))
-
The following function to read all data out of a mysql-resultset, is may be faster than Rafaels solution: <? function mysql_fetch_all($result) { while($row=mysql_fetch_array($result))
-
function mysql_fetch_all ($result) { $resultArray = array(); while(($resultArray [] = mysql_fetch_assoc ($result)) || array_pop ($resultArray));
-
The following function to read all data out of a mysql-resultset, is may be faster than Rafaels solution: <? function mysql_fetch_all($result) { while($row=mysql_fetch_array($result))
-
The following function to read all data out of a mysql-resultset, is may be faster than Rafaels solution: <? function mysql_fetch_all($result) { while($row=mysql_fetch_array($result))
-
The following function to read all data out of a mysql-resultset, is may be faster than Rafaels solution: <? function mysql_fetch_all($result) { while($row=mysql_fetch_array($result))
-
The following function to read all data out of a mysql-resultset, is may be faster than Rafaels solution: <? function mysql_fetch_all($result) { while($row=mysql_fetch_array($result))

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