tidy::isXhtml
tidy::isXhtml
tidy_is_xhtml
(PHP 5, PHP 7, PECL tidy >= 0.5.2)
tidy::isXhtml -- tidy_is_xhtml — Indicates if the document is a XHTML document
Description
Object oriented style
bool tidy::isXhtml ( void )
Procedural style
bool tidy_is_xhtml ( tidy $object )
Tells if the document is a XHTML document.
Parameters
-
object<