此函数返回由字符串组成的 array,每个元素都是 string 的一个子串,它们被字符串 delimiter 作为边界点分割出来。 如果 delimiter 为空字符串(""),explode() 将返回 ...
php.net