Which PHP function is used to get the list of all supported filters?

  • filter_list()
  • get_supported_filters()
  • supported_filters()
  • list_filters()
The filter_list() function is used to get the list of all supported filters in PHP. It returns an array containing the names of all available filters. For more details, visit: http://php.net/manual/en/function.filter-list.php
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *