php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php_filter.h"
#include "filter_private.h"
#include "ext/standard/url.h"
#include "ext/pcre/php_pcre.h"
#include "zend_multiply.h"
Go to the source code of this file.
Macros | |
#define | INADDR_NONE ((unsigned long int) -1) |
#define | FETCH_DOUBLE_OPTION(var_name, option_name) |
#define | FETCH_LONG_OPTION(var_name, option_name) |
#define | FETCH_STRING_OPTION(var_name, option_name) |
#define | FETCH_STR_OPTION(var_name, option_name) |
#define | FORMAT_IPV4 4 |
#define | FORMAT_IPV6 6 |
Definition at line 36 of file logical_filters.c.
Definition at line 48 of file logical_filters.c.
Definition at line 76 of file logical_filters.c.
Definition at line 60 of file logical_filters.c.
#define FORMAT_IPV4 4 |
Definition at line 89 of file logical_filters.c.
#define FORMAT_IPV6 6 |
Definition at line 90 of file logical_filters.c.
#define INADDR_NONE ((unsigned long int) -1) |
Definition at line 31 of file logical_filters.c.
void php_filter_boolean | ( | PHP_INPUT_FILTER_PARAM_DECL | ) |
Definition at line 273 of file logical_filters.c.
void php_filter_float | ( | PHP_INPUT_FILTER_PARAM_DECL | ) |
Definition at line 342 of file logical_filters.c.
void php_filter_int | ( | PHP_INPUT_FILTER_PARAM_DECL | ) |
Definition at line 197 of file logical_filters.c.
void php_filter_validate_domain | ( | PHP_INPUT_FILTER_PARAM_DECL | ) |
Definition at line 559 of file logical_filters.c.
void php_filter_validate_email | ( | PHP_INPUT_FILTER_PARAM_DECL | ) |
Definition at line 656 of file logical_filters.c.
void php_filter_validate_ip | ( | PHP_INPUT_FILTER_PARAM_DECL | ) |
Definition at line 982 of file logical_filters.c.
void php_filter_validate_mac | ( | PHP_INPUT_FILTER_PARAM_DECL | ) |
Definition at line 1037 of file logical_filters.c.
void php_filter_validate_regexp | ( | PHP_INPUT_FILTER_PARAM_DECL | ) |
Definition at line 472 of file logical_filters.c.
void php_filter_validate_url | ( | PHP_INPUT_FILTER_PARAM_DECL | ) |
Definition at line 591 of file logical_filters.c.