update page now

The Uri\WhatWg\UrlValidationError class

(PHP 8 >= 8.5.0)

简介

Provides details about errors that were detected when parsing a URL with Uri\WhatWg\Url.

类摘要

namespace Uri\WhatWg;
final readonly class UrlValidationError {
/* 属性 */
public string $context;
public bool $failure;
/* 方法 */
}

属性

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