cmf_split_sql 切分SQL文件

优质
小牛编辑
134浏览
2023-12-01
cmf_split_sql($file, $tablePre, $charset = 'utf8mb4', $defaultTablePre = 'cmf_', $defaultCharset = 'utf8mb4')

功能

切分SQL文件成多个可以单独执行的sql语句

参数

$file: string sql文件路径 $tablePre: string 表前缀 $charset: string 字符集 $defaultTablePre: string 默认表前缀 $defaultCharset: string 默认字符集

返回

array 多个可以单独执行的sql语句