This page looks plain and unstyled because you're using a non-standard compliant browser. To see it in its best form, please visit upgrade to a browser that supports web standards. It's free and painless.

只要肯努力......! 會員登入 會員註冊

« 上一篇 | 下一篇 »

$string  = "11 22 33 44 55 66";

// " " 為要切割的基準點
$output = explode(" ", $string);



echo $output[0];      // 11
echo $output[1];      // 22
echo $output[2];      // 33
echo $output[3];      // 44
echo $output[4];      // 55
echo $output[5];      // 66

發表回應

 暱稱 (必填)

 標題

 個人網頁

 電子郵件

authimage 
 認證碼 (必填)