(PHP 8 >= 8.5.0)
Uri\WhatWg\Url::__construct — Construct the Url object
$uri, ?Uri\WhatWg\Url $baseUrl = null, array &$softErrors = null)Constructs the Uri\Rfc3986\Uri object.
uri/foo or (e.g. https://example.com/foo).
baseUrluri is applied on
baseUrl, if uri is a relative-URL string.
If either null is passed, or uri is a not a relative-URL string, then
baseUrl doesn't have any effect.
softErrorsIf the resulting URL is invalid, a Uri\WhatWg\InvalidUrlException is thrown.