Home >Backend Development >PHP Tutorial >这两个表达式,如何会给小弟我把数字过滤了,如果要他不过滤数字,该如何写

这两个表达式,如何会给小弟我把数字过滤了,如果要他不过滤数字,该如何写

WBOY
WBOYOriginal
2016-06-13 11:32:49878browse

这两个表达式,怎么会给我把数字过滤了,如果要他不过滤数字,该怎么写。

<br />$p1 = '/<(content)>(.*?)<\/\\1>/ise';<br />$r1 = '"<$1>".htmlspecialchars("$2", ENT_NOQUOTES)."</$1>"';<br />


这两个表达式,怎么会给我把数字过滤了,如果要他不过滤数字,该怎么写。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn