Blogger Information
Blog 91
fans 0
comment 0
visits 203164
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
PHP 函数 filter_val() 用法
何澤小生的博客
Original
1610 people have browsed it

1.  PHP Filter 函数

PHP 过滤器用于对来自非安全来源的数据(比如用户输入)进行验证和过滤。

filter 函数是 PHP 核心的组成部分。无需安装即可使用这些函数。

详情查看:http://www.w3school.com.cn/php/php_ref_filter.asp

validation数据验证库(http://www.php.cn/xiazai/leiku/1175)


函数
描述
filter_id( )
返回指定过滤器的id
FILTER_VALIDATE_URL
把值作为url来验证
FILTER_VALIDATE_EMAIL
把值作为email来验证
FILTER_VALIDATE_IP
把值作为ip来验证
FILTER_VALIDATE_REGEXP
根据regexp,兼容的正则表达式来验证值
FILTER_VALIDATE_INT
在指定的范围内以整数验证值
FLITER_CALLBACK
调用用户自定义的函数过滤数据
FLITER_SANITIZE_STRING
去除标签,去除或编码特殊字符

…………

…………

…………


/******************自定义的分隔符********************/




Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post