Copied from the PHP comments at http://php.net/parse_url.
public static getParseUrlReverse ( array $parsed ) : false | string | ||
$parsed | array | Result of [parse_url](http://php.net/manual/en/function.parse-url.php). |
Результат | false | string | The URL or `false` if `$parsed` isn't an array. |