PHP Doku:: The Tidy class - class.tidy.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenTidyThe Tidy class

Ein Service von Reinhard Neidl - Webprogrammierung.

Tidy

<<Beispiele

tidy::body -- tidy_get_body>>


UnterSeiten:

The Tidy class

Einführung

An HTML node in an HTML file, as detected by tidy.

Klassenbeschreibung

Tidy {
/* Eigenschaften */
string $errorBuffer;
/* Methoden */
tidyNode tidy::body ( void )
bool tidy::cleanRepair ( void )
tidy tidy::__construct ([ string $filename [, mixed $config [, string $encoding [, bool $use_include_path ]]]] )
bool tidy::diagnose ( void )
array tidy::getConfig ( void )
int tidy::getHtmlVer ( void )
mixed tidy::getOpt ( string $option )
string tidy::getOptDoc ( string $optname )
string tidy::getRelease ( void )
int tidy::getStatus ( void )
tidyNode tidy::head ( void )
tidyNode tidy::html ( void )
bool tidy::isXhtml ( void )
bool tidy::isXml ( void )
bool tidy::parseFile ( string $filename [, mixed $config [, string $encoding [, bool $use_include_path = false ]]] )
bool tidy::parseString ( string $input [, mixed $config [, string $encoding ]] )
string tidy::repairFile ( string $filename [, mixed $config [, string $encoding [, bool $use_include_path = false ]]] )
string tidy::repairString ( string $data [, mixed $config [, string $encoding ]] )
tidyNode tidy::root ( void )
}

Eigenschaften

errorBuffer

The last warnings and errors from TidyLib

Inhaltsverzeichnis


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