PHP过滤函数扩展DataFiltering-成都创新互联网站建设

关于创新互联

多方位宣传企业产品与服务 突出企业形象

公司简介 公司的服务 荣誉资质 新闻动态 联系我们

PHP过滤函数扩展DataFiltering

This extension filters data by either validating or sanitizing it. This is especially useful when the data source contains unknown (or foreign) data, like user supplied input. For example, this data may come from an HTML form.

创新互联公司专注于巴里坤哈萨克网站建设服务及定制,我们拥有丰富的企业做网站经验。 热诚为您提供巴里坤哈萨克营销型网站建设,巴里坤哈萨克网站制作、巴里坤哈萨克网页设计、巴里坤哈萨克网站官网定制、重庆小程序开发服务,打造巴里坤哈萨克网络公司原创品牌,更为您提供巴里坤哈萨克网站排名全网营销落地服务。

There are two main types of filtering: validation and sanitization.

Validationis used to validate or check if the data meets certain qualifications. For example, passing in FILTER_VALIDATE_EMAILwill determine if the data is a valid email address, but will not change the data itself.

Sanitizationwill sanitize the data, so it may alter it by removing undesired characters. For example, passing in FILTER_SANITIZE_EMAILwill remove characters that are inappropriate for an email address to contain. That said, it does not validate the data.

Flags are optionally used with both validation and sanitization to tweak behaviour according to need. For example, passing in FILTER_FLAG_PATH_REQUIREDwhile filtering an URL will require a path (like /foo in http://example.org/foo) to be present.


分享名称:PHP过滤函数扩展DataFiltering
分享地址:http://kswsj.cn/article/ppogso.html

其他资讯