📜  php undefined function split - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:39.593000             🧑  作者: Mango

代码示例1
The split() function was removed in PHP 7.
You can replace it with preg_split() or explode() function depending on the circumstances.