update page now

A classe Uri\WhatWg\Url

(PHP 8 >= 8.5.0)

Introdução

Resumo da classe

namespace Uri\WhatWg;
final readonly class Url {
/* Métodos */
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
}

Índice

adicionar nota

Notas de Usuários

Não há notas de usuários para esta página.
To Top