filter_list
PHP 5 >= 5.2.0, PHP 7, PHP 8
filter_list - Returns a list of all supported filters
Manual
filter_list(
): array
Parameters
This function has no parameters.
Return Values
Returns an array of names of all supported filters, empty array if there are no such filters. Indexes of this array are not filter IDs, they can be obtained with filter_id from a name instead.