最近有童鞋报 Deprecated: Function split() is deprecated in function.php 的错误

按照这个提示,应该是不支持split函数了。

查查PHP手册,发现PHP split函数在PHP 5.3.0之后就给弃用了。