We can split the comma ( , ) separated string to an array by using the built-in explode() function in PHP. Syntax: explode($delimiter, $string).
確定! 回上一頁