$strpost_a = preg_replace("/\[CallName]([^]]+)\[\/CallName\]/e", getInfo('\\1',"fullname"), $strpost_a);
我總是得到這樣的回報:的Preg替換 - e修飾符
Parse error: syntax error, unexpected T_STRING in C:\wamp\www\-site\files\index\stream.php(88) : regexp code on line 1
Fatal error: preg_replace() [<a href='function.preg-replace'>function.preg-replace</a>]: Failed evaluating code: James -LastName Removed- in C:\wamp\www\-site-\files\index\stream.php on line 88
更詳細的我假設你張貼的線是88 ... – 2011-05-17 01:50:39
你從什麼地方複製的preg_replace?像一個網站或一個文字文件?你可能會有一些特殊的字符,刪除等號周圍的空白,然後再試一次 – Ibu 2011-05-17 01:56:38
一個小時前你不問這個:http://stackoverflow.com/questions/6024710/preg-replace-with-功能?我可否知道重複發佈同一問題的原因? – anubhava 2011-05-17 02:07:20