| 1 | <?php |
||
| 16 | class Utils |
||
| 17 | { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Return an array of 4 elements containing the scheme, hostname, port |
||
| 21 | * and a boolean representing whether the connection should use SSL or not. |
||
| 22 | * |
||
| 23 | * @static |
||
| 24 | * @param string $url |
||
| 25 | * @return array |
||
| 26 | * @throws \OpenStackStorage\Exceptions\InvalidUrl |
||
| 27 | */ |
||
| 28 | public static function parseUrl($url) |
||
| 53 | } |
||
| 54 |