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
Loading...
Related Quiz
- What is the purpose of the array_push() function in PHP?
- In PHP, a callback function is a function that is passed as an argument to another function.
- What are some commonly used miscellaneous functions available in PHP?
- In PHP, a class is the ______ from which individual objects are created.
- If a required field is left empty in a PHP form, the form can still be submitted.