LonghornPHP 2026

Uri\WhatWg\UrlValidationError::__construct

(PHP 8 >= 8.5.0)

Uri\WhatWg\UrlValidationError::__constructConstruye un objeto UrlValidationError

Descripción

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

Construye un objeto Uri\WhatWg\UrlValidationError.

Parámetros

context

La URL de entrada en el punto donde se detectó el error.

type

El tipo de error.

failure

Si es true, el error ha causado que la URL sea rechazada como inválida. Si es false, el error es un error leve que fue corregido automáticamente durante el análisis.

add a note

User Contributed Notes

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