1. 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语句

原文: https://www.thinkcmf.com/docs/cmf/切分SQL文件.html