Changes between Version 7 and Version 8 of support-team/mysql-mysqli-conversion


Ignore:
Timestamp:
Apr 16, 2014, 11:56:08 PM (10 years ago)
Author:
Ross
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • support-team/mysql-mysqli-conversion

    v7 v8  
    5959}}}
    6060=== mysql_fetch_array ===
     61{{{
     62mysql_fetch_array ( resource $result [, int $result_type = MYSQL_BOTH ] )
     63}}}
     64==== mysqli_fetch_array ====
     65This appears to be a drop in replacement.
     66{{{
     67mysqli_fetch_array ( mysqli_result $result [, int $resulttype = MYSQLI_BOTH ] )
     68}}}
    6169=== mysql_fetch_assoc ===
    6270=== mysql_fetch_row ===