php explode

在PHP中,`explode()`函数用于将一个字符串按照指定的分隔符分割成数组。它的语法如下:```phparray explode(string $delimiter, string