preg_replace以前没有工作但是工作过

时间:2015-12-12 16:33:23

标签: php preg-replace html-entities

我用它来取代表情符号:

    $msg = preg_replace('#:\)#', '<img src="img.gif" />', $msg);

在我使用htmlentites之前,它运行良好:

    $msg = htmlentities(stripslashes($msg), ENT_QUOTES | ENT_HTML5, "ISO-8859-1");

所以,我不知道如何解决问题 谢谢你的帮助。

0 个答案:

没有答案