You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ php ./data/import.php
66
66
***getTLD()** - Return only the top-level-domain.
67
67
***getSuffix()** - Return only the public suffix of your domain, for example: co.uk, ac.be, org.il, com, org.
68
68
***getRegisterable()** - Return the registered or registrable domain, which is the public suffix plus one additional label.
69
-
***getName()** - Returns only the regiterable domain name. For example, blog.example.com will return 'example', and demo.co.uk will return 'demo'.
69
+
***getName()** - Returns only the registerable domain name. For example, blog.example.com will return 'example', and demo.co.uk will return 'demo'.
70
70
***getSub()** - Returns the full sub domain path for you domain. For example, blog.example.com will return 'blog', and subdomain.demo.co.uk will return 'subdomain.demo'.
71
71
***isKnown()** - Returns true if public suffix is know and false otherwise.
72
72
***isICANN()** - Returns true if the public suffix is found in the ICANN DOMAINS section of the public suffix list.
0 commit comments