php8.5
Home/ Manual/ tidy / tidy/ tidy::isXhtml

tidy::isXhtml

PHP function Edit on GitHub ✎

Indicates if the document is a XHTML document

Description

Oop

tidy::isXhtml(): bool

Procedural

tidy_is_xhtml(tidy $tidy): bool

Tells if the document is a XHTML document.

Parameters

tidy

Object

Return Values

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

Warning

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

Source: reference/tidy/tidy/isxhtml.xml · from the official PHP manual (php/doc-en)