Dutch PHP Conference 2025 - Call For Papers

tidy::isXhtml

tidy_is_xhtml

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

tidy::isXhtml -- tidy_is_xhtmlIndicates if the document is a XHTML document

Опис

Об'єктно-орієнтований стиль

public tidy::isXhtml(): bool

Процедурний стиль

tidy_is_xhtml(tidy $tidy): bool

Tells if the document is a XHTML document.

Параметри

tidy

Об'єкт Tidy.

Значення, що повертаються

This function returns true if the specified tidy tidy is a XHTML document, or false otherwise.

Увага

This function is not yet implemented in the Tidylib itself, so it always return false.

add a note

User Contributed Notes

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