Uri\WhatWg\Url::__construct
Construct the Url object
説明
public Uri\WhatWg\Url::__construct(string $uri, Uri\WhatWg\Urlnull $baseUrl = null, array &$softErrors = null)
Constructs the Uri\Rfc3986\Uri object.
パラメータ
-
uri
-
A valid URL string to parse (e.g.
/foo or (e.g. https://example.com/foo).
-
baseUrl
-
When a string is passed,
uri 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.
-
softErrors
-
An array to pass a list of Uri\WhatWg\UrlValidationError
instances by reference to provide extended information about the errors triggered during parsing.
エラー / 例外
If the resulting URL is invalid, a Uri\WhatWg\InvalidUrlException is thrown.
参考
- Uri\WhatWg\Url::parse
- Uri\WhatWg\Url::resolve
- Uri\Rfc3986\Uri::__construct