Page 1 of 1

filter_var Multiple options

Posted: Tue Nov 02, 2010 6:07 pm
by Plxply
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?

Re: filter_var Multiple options

Posted: Wed Nov 03, 2010 4:44 am
by requinix
The manual page is always a good place to start looking for information.