match_domain
Description:
Check whether domain
is supported by this provider, by matching it with the regex returned by
get_domains_regex.
If the provider does not define a regular expression to match the supported domains, this function will return false.
Parameters:
this |
the Provider. |
domain |
a domain name. |
Returns:
true if the given domain is supported, false otherwise. |