php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
filter_has_var (int $input_type, string $var_name) | |
filter_input (int $type, string $var_name, int $filter=FILTER_DEFAULT, array|int $options=0) | |
filter_var (mixed $value, int $filter=FILTER_DEFAULT, array|int $options=0) | |
filter_input_array (int $type, array|int $options=FILTER_DEFAULT, bool $add_empty=true) | |
filter_var_array (array $array, array|int $options=FILTER_DEFAULT, bool $add_empty=true) | |
filter_list () | |
filter_id (string $name) | |
filter_has_var | ( | int | $input_type, |
string | $var_name ) |
Definition at line 297 of file filter.stub.php.
filter_id | ( | string | $name | ) |
Definition at line 315 of file filter.stub.php.
filter_input | ( | int | $type, |
string | $var_name, | ||
int | $filter = FILTER_DEFAULT, | ||
array|int | $options = 0 ) |
Definition at line 299 of file filter.stub.php.
filter_input_array | ( | int | $type, |
array|int | $options = FILTER_DEFAULT, | ||
bool | $add_empty = true ) |
@refcount 1
Definition at line 304 of file filter.stub.php.
filter_list | ( | ) |
Definition at line 313 of file filter.stub.php.
filter_var | ( | mixed | $value, |
int | $filter = FILTER_DEFAULT, | ||
array|int | $options = 0 ) |
Definition at line 301 of file filter.stub.php.
filter_var_array | ( | array | $array, |
array|int | $options = FILTER_DEFAULT, | ||
bool | $add_empty = true ) |
@refcount 1
Definition at line 307 of file filter.stub.php.
const FILTER_CALLBACK = UNKNOWN |
Definition at line 178 of file filter.stub.php.
const FILTER_DEFAULT = UNKNOWN |
Definition at line 114 of file filter.stub.php.
const FILTER_FLAG_ALLOW_FRACTION = UNKNOWN |
Definition at line 236 of file filter.stub.php.
const FILTER_FLAG_ALLOW_HEX = UNKNOWN |
Definition at line 189 of file filter.stub.php.
const FILTER_FLAG_ALLOW_OCTAL = UNKNOWN |
Definition at line 184 of file filter.stub.php.
const FILTER_FLAG_ALLOW_SCIENTIFIC = UNKNOWN |
Definition at line 246 of file filter.stub.php.
const FILTER_FLAG_ALLOW_THOUSAND = UNKNOWN |
Definition at line 241 of file filter.stub.php.
const FILTER_FLAG_EMAIL_UNICODE = UNKNOWN |
Definition at line 295 of file filter.stub.php.
const FILTER_FLAG_EMPTY_STRING_NULL = UNKNOWN |
Definition at line 230 of file filter.stub.php.
const FILTER_FLAG_ENCODE_AMP = UNKNOWN |
Definition at line 220 of file filter.stub.php.
const FILTER_FLAG_ENCODE_HIGH = UNKNOWN |
Definition at line 215 of file filter.stub.php.
const FILTER_FLAG_ENCODE_LOW = UNKNOWN |
Definition at line 210 of file filter.stub.php.
const FILTER_FLAG_GLOBAL_RANGE = UNKNOWN |
Definition at line 283 of file filter.stub.php.
const FILTER_FLAG_HOSTNAME = UNKNOWN |
Definition at line 289 of file filter.stub.php.
const FILTER_FLAG_IPV4 = UNKNOWN |
Definition at line 263 of file filter.stub.php.
const FILTER_FLAG_IPV6 = UNKNOWN |
Definition at line 268 of file filter.stub.php.
const FILTER_FLAG_NO_ENCODE_QUOTES = UNKNOWN |
Definition at line 225 of file filter.stub.php.
const FILTER_FLAG_NO_PRIV_RANGE = UNKNOWN |
Definition at line 278 of file filter.stub.php.
const FILTER_FLAG_NO_RES_RANGE = UNKNOWN |
Definition at line 273 of file filter.stub.php.
const FILTER_FLAG_NONE = UNKNOWN |
Definition at line 35 of file filter.stub.php.
const FILTER_FLAG_PATH_REQUIRED = UNKNOWN |
Definition at line 252 of file filter.stub.php.
const FILTER_FLAG_QUERY_REQUIRED = UNKNOWN |
Definition at line 257 of file filter.stub.php.
const FILTER_FLAG_STRIP_BACKTICK = UNKNOWN |
Definition at line 205 of file filter.stub.php.
const FILTER_FLAG_STRIP_HIGH = UNKNOWN |
Definition at line 200 of file filter.stub.php.
const FILTER_FLAG_STRIP_LOW = UNKNOWN |
Definition at line 195 of file filter.stub.php.
const FILTER_FORCE_ARRAY = UNKNOWN |
Definition at line 51 of file filter.stub.php.
const FILTER_NULL_ON_FAILURE = UNKNOWN |
Definition at line 56 of file filter.stub.php.
const FILTER_REQUIRE_ARRAY = UNKNOWN |
Definition at line 46 of file filter.stub.php.
const FILTER_REQUIRE_SCALAR = UNKNOWN |
Definition at line 41 of file filter.stub.php.
const FILTER_SANITIZE_ADD_SLASHES = UNKNOWN |
Definition at line 172 of file filter.stub.php.
const FILTER_SANITIZE_EMAIL = UNKNOWN |
Definition at line 152 of file filter.stub.php.
const FILTER_SANITIZE_ENCODED = UNKNOWN |
Definition at line 137 of file filter.stub.php.
const FILTER_SANITIZE_FULL_SPECIAL_CHARS = UNKNOWN |
Definition at line 147 of file filter.stub.php.
const FILTER_SANITIZE_NUMBER_FLOAT = UNKNOWN |
Definition at line 167 of file filter.stub.php.
const FILTER_SANITIZE_NUMBER_INT = UNKNOWN |
Definition at line 162 of file filter.stub.php.
const FILTER_SANITIZE_SPECIAL_CHARS = UNKNOWN |
Definition at line 142 of file filter.stub.php.
const FILTER_SANITIZE_STRING = UNKNOWN |
Definition at line 126 of file filter.stub.php.
const FILTER_SANITIZE_STRIPPED = UNKNOWN |
Definition at line 132 of file filter.stub.php.
const FILTER_SANITIZE_URL = UNKNOWN |
Definition at line 157 of file filter.stub.php.
const FILTER_UNSAFE_RAW = UNKNOWN |
Definition at line 119 of file filter.stub.php.
const FILTER_VALIDATE_BOOL = UNKNOWN |
Definition at line 72 of file filter.stub.php.
const FILTER_VALIDATE_BOOLEAN = UNKNOWN |
Definition at line 67 of file filter.stub.php.
const FILTER_VALIDATE_DOMAIN = UNKNOWN |
Definition at line 88 of file filter.stub.php.
const FILTER_VALIDATE_EMAIL = UNKNOWN |
Definition at line 98 of file filter.stub.php.
const FILTER_VALIDATE_FLOAT = UNKNOWN |
Definition at line 77 of file filter.stub.php.
const FILTER_VALIDATE_INT = UNKNOWN |
Definition at line 62 of file filter.stub.php.
const FILTER_VALIDATE_IP = UNKNOWN |
Definition at line 103 of file filter.stub.php.
const FILTER_VALIDATE_MAC = UNKNOWN |
Definition at line 108 of file filter.stub.php.
const FILTER_VALIDATE_REGEXP = UNKNOWN |
Definition at line 83 of file filter.stub.php.
const FILTER_VALIDATE_URL = UNKNOWN |
Definition at line 93 of file filter.stub.php.
const INPUT_COOKIE = UNKNOWN |
Definition at line 19 of file filter.stub.php.
const INPUT_ENV = UNKNOWN |
Definition at line 24 of file filter.stub.php.
const INPUT_GET = UNKNOWN |
Definition at line 14 of file filter.stub.php.
const INPUT_POST = UNKNOWN |
Definition at line 9 of file filter.stub.php.
const INPUT_SERVER = UNKNOWN |
Definition at line 29 of file filter.stub.php.