Function.tidy-get-output

Aus PHP-Wiki

Wechseln zu: Navigation, Suche
Regionalklassen und Die KFZ-HaftpflichtversicherungUnfallversicherung . orgoo Quadratische Anbauplatte

tidy_get_output — Return a string representing the parsed tidy markup

Inhaltsverzeichnis

Beschreibung

string tidy_get_output ( tidy $object )


Gets a string with the repaired html.

Parameter-Liste

object
  • The tidy object.

Rückgabewerte

Returns the parsed tidy markup.

Beispiele

=== #1 tidy_get_output() example

<?php
 
$html = 'paragraph';
$tidy = tidy_parse_string($html);
 
$tidy===
Persönliche Werkzeuge