What is the purpose of the filter_input_array() function in PHP?

  • To validate user inputs
  • To sanitize user inputs
  • To filter multiple inputs
  • To get input from user
The filter_input_array() function is used to filter multiple inputs at once in PHP. It allows you to specify an input array and apply a set of filters to each element of the array. Read more at: http://php.net/manual/en/function.filter-input-array.php
Add your answer
Loading...

Leave a comment

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