經安全檢測,此網站為安全網站,請放心前往原始網址!

php切割字串並放入Array陣列中 - explode @ 回憶......! :: 痞 ...

php切割字串並放入Array陣列中 - explode $string = "11 22 33 44 55 66 "; // " " 為要切割的基準點 $output = explode(" ", $string); echo $output[0]; // 11 echo $output[1]; // 22 echo $output[2]; // 33 ...

dreamtails.pixnet.net

網址安全性掃描由 google 提供