stream_get_filters

PHP 5, PHP 7, PHP 8
stream_get_filters - Retrieve list of registered filters
Manual
Code Examples

stream_get_filters( ): array

Retrieve the list of registered filters on the running system.

Parameters

This function has no parameters.

Return Values

Returns an indexed array containing the name of all stream filters available.

Related Functions

Example of stream_get_filters

Show all examples for stream_get_filters

PHP Version:


Function stream_get_filters:

Streams Functions

Most used PHP functions