CakeFest 2024: The Official CakePHP Conference

tidy::getHtmlVer

tidy_get_html_ver

(PHP 5, PHP 7, PHP 8, PECL tidy >= 0.5.2)

tidy::getHtmlVer -- tidy_get_html_verObtiene la versión detectada de HTML en un documento especificado

Descripción

Estilo orientado a objetos

public tidy::getHtmlVer(): int

Estilo por procedimientos

tidy_get_html_ver(tidy $tidy): int

Devuelve la versión detectada HTML de un objeto tidy especificado.

Parámetros

tidy

El objeto Tidy.

Valores devueltos

Devuelve la versión detectada HTML.

Advertencia

Esta función aún no está implementada en la librería Tidylib, por tanto siempre devolverá 0.

add a note

User Contributed Notes

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