Tld()
Validates whether the input is a top-level domain.
v::tld()->isValid('com'); // true
v::tld()->isValid('ly'); // true
v::tld()->isValid('org'); // true
v::tld()->isValid('COM'); // true
- Internet
Version | Description |
---|---|
0.3.9 | Created |
See also:
Tld()
Validates whether the input is a top-level domain.
v::tld()->isValid('com'); // true
v::tld()->isValid('ly'); // true
v::tld()->isValid('org'); // true
v::tld()->isValid('COM'); // true
Version | Description |
---|---|
0.3.9 | Created |
See also: