Since you want to replace only the first occurrence of the substring, you can use the PHP function preg_replace(). It has a parameter "limit" that can be ...
確定! 回上一頁