You're using preg_quote in the wrong place, it is intended for escaping characters in the pattern, not the test string (see the manual).
確定! 回上一頁