PHP explode 函式用來切割字串,並將切割出來的每個元素放入PHP 陣列之中,以便後續的程式使用, ... explode ( string $delimiter , string $string , int $limit ).
確定! 回上一頁