The filter_input_array() function is used to get multiple input values and optionally filter them in PHP.

  • filtered
  • input
  • sanitized
  • validated
The filter_input_array() function in PHP is used to get multiple input values and optionally filter them. It allows you to specify the type of input and the filter to apply. For more details, refer to: 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 *