How to use filter list in PHP

This article describe about filter_list() Function in PHP.
  • 1468

filter_list() Function

This function return an array of supported filters.

Syntax

filter_list()

 

Example

 

<html>
<body>
<?php
print_r(filter_list());
?>
</body>
</html>

Output

pic5.jpg

You may also want to read these related articles Click here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.