From 9cf39e573a97a9618e7c7e61ee1bd19220523f17 Mon Sep 17 00:00:00 2001 From: Rick Hays Date: Tue, 17 Sep 2019 11:06:00 -0500 Subject: [PATCH] URL Class Documentation. --- URL-Class.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 URL-Class.md diff --git a/URL-Class.md b/URL-Class.md new file mode 100644 index 0000000..9fa46bd --- /dev/null +++ b/URL-Class.md @@ -0,0 +1,14 @@ +# URL Class +​ +Set of class functions I use from time to time. +​ +1. isValidURL - Returns TRUE/FALSE if the string is a Valid URL +2. 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 +6. Save_FavIcon - Saves the Websites FavIcon to the File/Path +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 +​ \ No newline at end of file