PHP Manual: filter_list
filter_list
(no version information, might be only in CVS)
filter_list -- Returns a list of all supported filtersReturn 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.
Examples