Home > PHP > Function > Filter > filter_list()

filter_list()

filter_list - Returns a list of all supported filters

Syntax

array filter_list ()

Arguments

-

Description

Version

PHP 5.2.0

Return value

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.