update page now

The Uri\WhatWg\Url class

(PHP 8 >= 8.5.0)

はじめに

クラス概要

namespace Uri\WhatWg;
final readonly class Url {
/* メソッド */
public Uri\WhatWg\Url::__construct(string $uri, ?Uri\WhatWg\Url $baseUrl = null, array &$softErrors = null)
public Uri\WhatWg\Url::equals(Uri\WhatWg\Url $url, Uri\UriComparisonMode $comparisonMode = Uri\UriComparisonMode::ExcludeFragment): bool
public static Uri\WhatWg\Url::parse(string $uri, ?Uri\WhatWg\Url $baseUrl = null, array &$errors = null): ?static
public Uri\WhatWg\Url::resolve(string $uri, array &$softErrors = null): static
public Uri\WhatWg\Url::withFragment(?string $fragment): static
public Uri\WhatWg\Url::withHost(?string $host): static
public Uri\WhatWg\Url::withPath(string $path): static
public Uri\WhatWg\Url::withPort(?int $port): static
public Uri\WhatWg\Url::withQuery(?string $query): static
public Uri\WhatWg\Url::withScheme(string $scheme): static
public Uri\WhatWg\Url::withUsername(?string $username): static
}

目次

add a note

User Contributed Notes

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