| 1 | <?php |
||
| 14 | class Url |
||
| 15 | { |
||
| 16 | 172 | public static function parseHost($url) |
|
| 21 | |||
| 22 | /** |
||
| 23 | * Validates the initialized object URL syntax. |
||
| 24 | * |
||
| 25 | * @access private |
||
| 26 | * @param string $url String, containing the initialized object URL. |
||
| 27 | * @return string Returns string, containing the validation result. |
||
| 28 | */ |
||
| 29 | 164 | public static function isRfc($url) |
|
| 42 | } |
||
| 43 |