We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$domain_check = new Domain($data['domain']); var_dump($domain_check->get()); var_dump($domain_check->getTLD()); var_dump($domain_check->getSuffix()); var_dump($domain_check->getRegisterable()); var_dump($domain_check->getName()); var_dump($domain_check->getSub()); var_dump($domain_check->isKnown()); var_dump($domain_check->isICANN()); var_dump($domain_check->isPrivate()); var_dump($domain_check->isTest());die();
string(16) "www.test-8__.com" string(3) "com" string(3) "com" string(12) "test-8__.com" string(8) "test-8__" string(3) "www" bool(true) bool(true) bool(false) bool(false)
test-8__.com is not valid for Register I think should add $domain_check->isRootDomain() to check if is a valid domain with Registerable
$domain_check->isRootDomain()
1
Version 0.2.x
Linux
PHP 8.0
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
👟 Reproduction steps
👍 Expected behavior
test-8__.com is not valid for Register
I think should add
$domain_check->isRootDomain()
to check if is a valid domain with Registerable👎 Actual Behavior
1
🎲 Utopia Domain version
Version 0.2.x
💻 Operating system
Linux
🐘 PHP Version
PHP 8.0
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: