filter_id
(PHP 5 >= 5.2.0, PHP 7)
filter_id — Returns the filter ID belonging to a named filter
Description
filter_id ( string $name ) : int|false
Parameters
-
name
-
Name of a filter to get.
Return Values
ID of a filter on success or false
if filter doesn't exist.
See Also
- filter_list() - Returns a list of all supported filters
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.filter-id.php