PHP Doku:: Indicates if the document is a generic (non HTML/XHTML) XML document - tidy.isxml.html

Verlauf / Chronik / History: (4) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenTidyThe Tidy classtidy::isXml -- tidy_is_xml

Ein Service von Reinhard Neidl - Webprogrammierung.

The Tidy class

<<tidy::isXhtml -- tidy_is_xhtml

tidy::parseFile -- tidy_parse_file>>

tidy::isXml

tidy_is_xml

(PHP 5, PECL tidy >= 0.5.2)

tidy::isXml -- tidy_is_xmlIndicates if the document is a generic (non HTML/XHTML) XML document

Beschreibung

Object oriented style

bool tidy::isXml ( void )

Procedural style

bool tidy_is_xml ( tidy $object )

Tells if the document is a generic (non HTML/XHTML) XML document.

Parameter-Liste

object

The Tidy object.

Rückgabewerte

This function returns TRUE if the specified tidy object is a generic XML document (non HTML/XHTML), or FALSE otherwise.

Warnung

This function is not yet implemented in the Tidylib itself, so it always return FALSE.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)