Files
Loyen 18a59d257a Clarify that filter_var() will filter individual elements of an array (#2311)
It's not made clear that inputting an array as `value` causes each
entry to be filtered rather than the array itself.

Array will be handled differently if FILTER_REQUIRE_ARRAY is inputted
as an option.
2023-06-26 16:34:23 +01:00
..