PHP Dokumentation: Tidy isxhtml
12. Januar 2010 von werner
tidy::isXhtml
tidy_is_xhtml
(PHP 5, PECL tidy >= 0.5.2)
tidy::isXhtml — tidy_is_xhtml — Indicates if the document is a XHTML document
Beschreibung
Object oriented style
bool tidy::isXhtml ( void )
Procedural style
Tells if the document is a XHTML document.
Parameter-Liste
- object
The Tidy object.
Rückgabewerte
This function returns TRUE if the specified tidy object is a XHTML document, or FALSE otherwise.
Warnung
This function is not yet implemented in the Tidylib itself, so it always return FALSE.