When using preg_replace() , you have to put delimiters around the regular expression. $string = preg_replace('#/ page / \d+ /#', '', $string);. Barmar ...
確定! 回上一頁