Update page 'URL Class'
16
URL-Class.md
16
URL-Class.md
@@ -6,9 +6,9 @@ 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
|
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)
|
4. [Status_Code](#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
|
5. [FavIcon](#favicon) - Get an image object of the FavIcon, Returns (T/F) if present
|
||||||
6. Save_FavIcon - Saves the Websites FavIcon to the File/Path
|
6. [Save_FavIcon](#save_favicon) - Saves the Websites FavIcon to the File/Path
|
||||||
7. GetParam - Returns a Form Value
|
7. GetParam - Returns a Form Value
|
||||||
8. isMobileDevice - Tests the User Agent to see if it is a mobile device
|
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
|
9. isSpiderBot - Tests the User Agent to see if it is a Bot/Spider/Crawler
|
||||||
@@ -72,21 +72,21 @@ Quod si ita se habeat, non possit beatam praestare vitam sapientia. Cum autem pr
|
|||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
## FavIcon
|
### FavIcon
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
## Save_FavIcon
|
### Save_FavIcon
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
## GetParam
|
### GetParam
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
## isMobileDevice
|
### isMobileDevice
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
## isSpiderBot
|
### isSpiderBot
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user