mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 07:45:45 +01:00
238 B
238 B
Tld
v::tld()
Validates a top-level domain
v::tld()->validate('com'); // true
v::tld()->validate('ly'); // true
v::tld()->validate('org'); // true
See also: