Tld
Tld()
Validates whether the input is 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:
Tld()Validates whether the input is a top-level domain.
v::tld()->validate('com'); // true
v::tld()->validate('ly'); // true
v::tld()->validate('org'); // true
| Version | Description |
|---|---|
| 0.3.9 | Created |
See also: