- PHP 手册
- 函数参考
- 变量与类型相关扩展
Data Filtering
- 简介
- 安装/配置
- 需求
- 安装
- 运行时配置
- 资源类型
- Types of filters
- Validate filters
- Sanitize filters
- Other filters
- Filter flags
- 预定义常量
- 范例
- Validation
- Sanitization
- 过滤器函数
- filter_has_var — 检测是否存在指定类型的变量
- filter_id — 返回与某个特定名称的过滤器相关联的id
- filter_input_array — 获取一系列外部变量,并且可以通过过滤器处理它们
- filter_input — 通过名称获取特定的外部变量,并且可以通过过滤器处理它
- filter_list — 返回所支持的过滤器列表
- filter_var_array — 获取多个变量并且过滤它们
- filter_var — 使用特定的过滤器过滤一个变量
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/book.filter.php