update page now

Uri\Rfc3986\Uri::__construct

(PHP 8 >= 8.5.0)

Uri\Rfc3986\Uri::__constructConstruct the Uri object

Açıklama

public Uri\Rfc3986\Uri::__construct(string $uri, ?Uri\Rfc3986\Uri $baseUrl = null)

Constructs the Uri\Rfc3986\Uri object.

Bağımsız Değişkenler

uri
URI to parse.
baseUrl
When a string is passed, uri is applied on baseUrl, if uri is a relative reference. If either null is passed, or uri is a not a relative reference, then baseUrl doesn't have any effect.

Hatalar/İstisnalar

If the resulting URI is invalid, a Uri\InvalidUriException is thrown.

Ayrıca Bakınız

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top