split() is deprecated as of PHP 5.3.0. preg_split() is the suggested alternative to this ... //Break up the string according to the delimiter character
確定! 回上一頁