Tidy
PHP Manual

The Tidy class

소개

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

클래스 개요

Tidy
Tidy {
/* Properties */
/* Methods */
tidyNode tidy_get_body ( tidy $object )
bool tidy_clean_repair ( tidy $object )
tidy tidy::__construct ([ string $filename [, mixed $config [, string $encoding [, bool $use_include_path ]]]] )
bool tidy_diagnose ( tidy $object )
array tidy_get_config ( tidy $object )
int tidy_get_html_ver ( tidy $object )
mixed tidy_getopt ( tidy $object , string $option )
string tidy_get_opt_doc ( tidy $object , string $optname )
string tidy_get_release ( void )
int tidy_get_status ( tidy $object )
tidyNode tidy_get_head ( tidy $object )
tidyNode tidy_get_html ( tidy $object )
bool tidy_is_xhtml ( tidy $object )
bool tidy_is_xml ( tidy $object )
tidy tidy_parse_file ( string $filename [, mixed $config [, string $encoding [, bool $use_include_path= false ]]] )
tidy tidy_parse_string ( string $input [, mixed $config [, string $encoding ]] )
string tidy_repair_file ( string $filename [, mixed $config [, string $encoding [, bool $use_include_path= false ]]] )
string tidy_repair_string ( string $data [, mixed $config [, string $encoding ]] )
tidyNode tidy_get_root ( tidy $object )
}

프로퍼티

errorBuffer

The last warnings and errors from TidyLib

Table of Contents


Tidy
PHP Manual