PHP Doku:: Indicates if the document is a XHTML document - tidy.isxhtml.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenTidyThe Tidy classtidy::isXhtml -- tidy_is_xhtml

Ein Service von Reinhard Neidl - Webprogrammierung.

The Tidy class

<<tidy::html -- tidy_get_html

tidy::isXml -- tidy_is_xml>>

tidy::isXhtml

tidy_is_xhtml

(PHP 5, PECL tidy >= 0.5.2)

tidy::isXhtml -- tidy_is_xhtmlIndicates if the document is a XHTML document

Beschreibung

Object oriented style

bool tidy::isXhtml ( void )

Procedural style

bool tidy_is_xhtml ( tidy $object )

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.


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",...)