可以根据多个分隔符将字符串解析为数组吗?如代码中所述:
$str ="a,b c,d;e f"; //What i want is to convert this string into array //using the delimiters space, comma, semicolon
php
php ×1