STREAM_GET_FILTERS
Retrieve list of registered filters
SYNTAX
stream_get_filters ( void ) : array
RETURN
Returns an indexed array containing the name of all stream filters available.
EXAMPLES
Array
(
[0] => zlib.*
[1] => bzip2.*
[2] => convert.iconv.*
[3] => string.rot13
[4] => string.toupper
[5] => string.tolower
[6] => string.strip_tags
[7] => convert.*
[8] => consumed
[9] => dechunk
)