To get the list of all supported filters in PHP, you can use the filter_list() ______.
- function
- filters
- types
- supported
To get the list of all supported filters in PHP, you can use the filter_list() function. It returns an array containing the names of all available filters. Learn more at: http://php.net/manual/en/function.filter-list.php
Loading...