Vergleich inc/db_mysqli.php - 1.6.14 - 1.6.17
Zeile 430 | Zeile 430 |
---|---|
* @param constant The type of array to return. |
* @param constant The type of array to return. |
function fetch_array($query) | function fetch_array($query, $resulttype=MYSQLI_ASSOC) |
{ |
{ |
$array = mysqli_fetch_assoc($query); | switch($resulttype) |
return $array; | return $array; |