PHP Function List
mysqli-fetch-all doesn't exist. Closest matches:
- mysqli_fetch
- sqlite_fetch_all
- mysql_fetch_field
- mysql_fetch_array
- mysql_fetch_assoc
- mysql_fetch_row
- mysql_fetch_lengths
- msql_fetch_array
- msql_fetch_field
- oci_fetch_all
- mysql_set_charset
- mssql_fetch_field
- mssql_fetch_array
- mssql_fetch_assoc
- mssql_fetch_batch
- msql_fetch_row
- sqlite_fetch_array
- mysql_fetch_object
- mssql_fetch_row
- mysql_field_len
Site Search Results
-
Example use: if(is_array($rows=mysql_fetch_all("select * from sometable",$MySQL))){ //do something}else{ if(!is_null($rows)) die("Query failed!");
-
mysqli_result::fetch_all - Manualmysqli_result::fetch_all mysqli_fetch_all (PHP 5 >= 5.3.0) mysqli_result::fetch_all-- mysqli_fetch_all — Fetches all result rows as an associative array, a numeric array, or both
-
Returns an associative array that corresponds to the fetched row and moves the internal data pointer ahead. mysql_fetch_assoc() is equivalent to calling mysql_fetch_array() ...
-
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))
-
return mysql_fetch_all ($req_result); // [][] }} function mysql_bind ($sql, $values =array()) { foreach ($values as & $value) $value = mysql_real_escape_string ($value);
-
The MySQLi Extension Function Summary - Manualmysqli_fetch_all() N/A: Fetches all result rows and returns the result set as an associative array, a numeric array, or both. Available only with mysqlnd.
-
mysqli_fetch_all() - 結果のすべての行を連想配列・数値添字配列あるいはその両方の形式で取得する mysqli_get_connection_stats() ...
-
Fixed bug #52302 (mysqli_fetch_all does not work with MYSQLI_USE_RESULT). (Andrey) Fixed bug #52221 (Misbehaviour of magic_quotes_runtime (get/set)).
-
Example use: if(is_array($rows=mysql_fetch_all("select * from sometable",$MySQL))){ //do something}else{ if(!is_null($rows)) die("Query failed!");
-
Fixed bug #52302 (mysqli_fetch_all does not work with MYSQLI_USE_RESULT). (Andrey) . Fixed bug #52221 (Misbehaviour of magic_quotes_runtime (get/set)).

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