|
tidy::__constructConstructs a new tidy object Beschreibung
tidy::__construct
([ string
$filename
[, mixed $config
[, string $encoding
[, bool $use_include_path
]]]] )Constructs a new tidy object. Parameter-Liste
RückgabewerteReturns the new tidy instance. Beispiele
Beispiel #1 tidy::__construct example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: The following errors were detected: line 8 column 14 - Error: <bt> is not recognized! line 8 column 14 - Warning: discarding unexpected <bt> Siehe auch
|