Update page 'URL Class'

2019-09-17 11:14:05 -05:00
parent f885e2ceaf
commit 121723d547

@@ -3,7 +3,7 @@
Set of class functions I use from time to time.
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](#stripWWW) - 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)
5. FavIcon - Get an image object of the FavIcon, Returns (T/F) if present
@@ -11,4 +11,29 @@ Set of class functions I use from time to time.
7. GetParam - Returns a Form Value
8. isMobileDevice - Tests the User Agent to see if it is a mobile device
9. isSpiderBot - Tests the User Agent to see if it is a Bot/Spider/Crawler
-----
isValidURL
-----
(#some-markdown-heading)
(#stripWWW)
Test Anchor