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

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

WBOY
Release: 2016-06-13 12:39:26
Original
943 people have browsed it

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

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


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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template