update page now

Uri\WhatWg\UrlValidationError::__construct

(PHP 8 >= 8.5.0)

Uri\WhatWg\UrlValidationError::__constructConstruct a UrlValidationError object

Описание

public Uri\WhatWg\UrlValidationError::__construct(string $context, Uri\WhatWg\UrlValidationErrorType $type, bool $failure)

Constructs a Uri\WhatWg\UrlValidationError object.

Список параметров

context
The input URL at the point where the error was detected.
type
The type of error.
failure
If true the error caused the URL to be rejected as invalid. If false the error is a soft error that was automatically corrected during parsing.
Добавить

Примечания пользователей

Пользователи ещё не добавляли примечания для страницы
To Top