To split a string by comma delimiter in PHP, use explode() function. Call explode() and pass the comma separator string, and given string as arguments.
確定! 回上一頁