The filter_list() function is used to get the list of all supported filters in PHP.
- function
- filters
- types
- supported
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. Learn more at: http://php.net/manual/en/function.filter-list.php
Loading...
Related Quiz
- You have a PHP script and you need to decode a JSON object into a PHP array. How would you do this?
- After creating a MySQL database and executing your queries, you should close the connection to the MySQL server using the mysqli_close function like mysqli_close(______).
- What is the difference between the 'BITWISE AND' operator and the 'LOGICAL AND' operator?
- How is a single-line comment denoted in PHP?
- You are writing a PHP script and you need to store a list of items that can be accessed by their position in the list. How would you do this using an indexed array?