项目作者: losciuto

项目描述 :
Library php for compatibility MySQL function from php 5 to php 7
高级语言: PHP
项目地址: git://github.com/losciuto/lib-compatibility-php-5-7.git
创建时间: 2017-06-23T11:54:58Z
项目社区:https://github.com/losciuto/lib-compatibility-php-5-7

开源协议:GNU General Public License v2.0

下载


MySQL PHP procedural library for PHP 7 back-compatibility with PHP 5

PHP procedural library for back-compatibility MySQL function for PHP 7

Download file and include it [include(‘compatibility.7.0.php’);] before call db settings

mysqli functions used.

functions converted:

mysql_pconnect

mysql_select_db

mysql_query

mysql_fetch_row

mysql_fetch_array

mysql_fetch_assoc

mysql_escape_string

mysql_num_rows

mysql_data_seek

mysql_free_result

mysql_close

mysql_real_escape_string

mysql_error

mysql_result

function created:

mysqli_result