Update page 'URL Class'

2019-09-17 11:08:48 -05:00
parent e708d57433
commit f885e2ceaf

@@ -2,7 +2,7 @@
Set of class functions I use from time to time. Set of class functions I use from time to time.
1. isValidURL - Returns TRUE/FALSE if the string is a Valid URL 1. [isValidURL](https://gitea.hayscloud.com/rhays/URL_Class/wiki/isValidURL) - Returns TRUE/FALSE if the string is a Valid URL
2. stripWWW - Strips the WWW off the incoming URL 2. stripWWW - Strips the WWW off the incoming URL
3. getDomainName - Strips the WWW off the incoming URL 3. getDomainName - Strips the WWW off the incoming URL
4. Status_Code - Returns the Status Code of a URL ie(200 or 404) 4. Status_Code - Returns the Status Code of a URL ie(200 or 404)