例如

var_dump( split_sql( "  insert into abc values

('asjoha ;ighuasdf;as' ,'urwqur;');

select hahaha from abc where qwe='dk;h';"));

会输出

array(2){

  [0]=>

  string(60) "  insert into abc values

('asjoha ;ighuasdf;as' ,'urwqur;');"

  [1]=>

  string(41) "

select hahaha from abc where qwe='dk;h';"

}

要这样分解!不要像一楼!

相关标签: php 函数 分解 SQL 语句 例如 var dump s

上一篇: mysql中Incorrect key file for table: Try to repair it

下一篇: mysql下float类型一些误差详解

推荐阅读