filter_input_arrayGets external variables and optionally filters them Description
arrayfalsenull filter_input_array(int
$type , arrayint $options = FILTER_DEFAULT , bool $add_empty = true )This function is useful for retrieving many values without repetitively calling filter_input. Parameters
Return ValuesOn success, an array containing the values of the requested variables.
On failure,
Missing entries from the input array will be populated into the returned
array if
An entry of the returned array will be Notes
See Also
|