Query: tidy_is_xml
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TIDY_IS_XML(3) 1 TIDY_IS_XML(3) tidy::isXml - Indicates if the document is a generic (non HTML/XHTML) XML document Object oriented styleSYNOPSISbool tidy::isXml (void )DESCRIPTIONProcedural style bool tidy_is_xml (tidy $object) Tells if the document is a generic (non HTML/XHTML) XML document.PARAMETERSo $object - The Tidy object.RETURN VALUESThis function returns TRUE if the specified tidy $object is a generic XML document (non HTML/XHTML), or FALSE otherwise. Warning This function is not yet implemented in the Tidylib itself, so it always return FALSE. PHP Documentation Group TIDY_IS_XML(3)