When using filter_var is it possible to set multiple options/flags?
For example running FILTER_VALIDATE_URL with FILTER_FLAG_PATH_REQUIRED and FILTER_FLAG_QUERY_REQUIRED?
filter_var Multiple options
Moderator: General Moderators
Re: filter_var Multiple options
The manual page is always a good place to start looking for information.