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
tidyObject
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.