PHP Doku:: Get the Detected HTML version for the specified document - tidy.gethtmlver.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenTidyThe Tidy classtidy::htmlver -- tidy_get_html_ver

Ein Service von Reinhard Neidl - Webprogrammierung.

The Tidy class

<<tidy::getConfig -- tidy_get_config

tidy::getOpt -- tidy_getopt>>

tidy::htmlver

tidy_get_html_ver

(PHP 5, PECL tidy >= 0.5.2)

tidy::htmlver -- tidy_get_html_verGet the Detected HTML version for the specified document

Beschreibung

Object oriented style

int tidy::getHtmlVer ( void )

Procedural style

int tidy_get_html_ver ( tidy $object )

Returns the detected HTML version for the specified tidy object.

Parameter-Liste

object

The Tidy object.

Rückgabewerte

Returns the detected HTML version.

Warnung

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


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