mirror of
https://github.com/Respect/Validation.git
synced 2026-03-18 08:09:51 +01:00
311 B
311 B
Tld
Tld()
Validates a top-level domain
v::tld()->validate('com'); // true
v::tld()->validate('ly'); // true
v::tld()->validate('org'); // true
Changelog
| Version | Description |
|---|---|
| 0.3.9 | Created |
See also: