|
|
@ -3,9 +3,9 @@ A [linked phrase][id]. |
|
|
|
|
|
|
|
Set of class functions I use from time to time. |
|
|
|
|
|
|
|
1. [isValidURL](#isValidURL) - Returns TRUE/FALSE if the string is a Valid URL |
|
|
|
1. [isValidURL](#isvalidurl) - Returns TRUE/FALSE if the string is a Valid URL |
|
|
|
2. [stripWWW](#stripwww) - Strips the WWW off the incoming URL |
|
|
|
3. [getDomainName](#getDomainName) - Strips the WWW off the incoming URL |
|
|
|
3. [getDomainName](#getdomainname) - Strips the WWW off the incoming URL |
|
|
|
4. [Status_Code](https://gitea.hayscloud.com/rhays/URL_Class/wiki/URL-Class#status_code) - Returns the Status Code of a URL ie(200 or 404) |
|
|
|
5. FavIcon - Get an image object of the FavIcon, Returns (T/F) if present |
|
|
|
6. Save_FavIcon - Saves the Websites FavIcon to the File/Path |
|
|
|