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

  • filtered
  • input
  • sanitized
  • validated
The filter_input_array() function in PHP is used to get the 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 *