TIDY_IS_XHTML(3) 1 TIDY_IS_XHTML(3)
tidy::isXhtml - Indicates if the document is a XHTML document
Object oriented style
SYNOPSIS
bool tidy::isXhtml (void )
DESCRIPTION
Procedural style
bool tidy_is_xhtml (tidy $object)
Tells if the document is a XHTML document.
PARAMETERS
o $object
- The Tidy object.
RETURN VALUES
This function returns TRUE if the specified tidy $object is a XHTML document, or FALSE otherwise.
Warning
This function is not yet implemented in the Tidylib itself, so it always return FALSE.
PHP Documentation Group TIDY_IS_XHTML(3)