php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
tidy Class Reference

Public Member Functions

 __construct (?string $filename=null, array|string|null $config=null, ?string $encoding=null, bool $useIncludePath=false)
 
 getOpt (string $option)
 
 cleanRepair ()
 
 parseFile (string $filename, array|string|null $config=null, ?string $encoding=null, bool $useIncludePath=false)
 
 parseString (string $string, array|string|null $config=null, ?string $encoding=null)
 
 diagnose ()
 
 getRelease ()
 
 getConfig ()
 
 getStatus ()
 
 getHtmlVer ()
 
 getOptDoc (string $option)
 
 isXhtml ()
 
 isXml ()
 
 root ()
 
 head ()
 
 html ()
 
 body ()
 

Static Public Member Functions

static repairString (string $string, array|string|null $config=null, ?string $encoding=null)
 
static repairFile (string $filename, array|string|null $config=null, ?string $encoding=null, bool $useIncludePath=false)
 

Data Fields

string $errorBuffer = null
 
string $value = null
 

Detailed Description

Definition at line 864 of file tidy.stub.php.

Constructor & Destructor Documentation

◆ __construct()

tidy::__construct ( ?string $filename = null,
array|string|null $config = null,
?string $encoding = null,
bool $useIncludePath = false )

Definition at line 869 of file tidy.stub.php.

Member Function Documentation

◆ body()

tidy::body ( )

@tentative-return-type @alias tidy_get_body

Definition at line 973 of file tidy.stub.php.

◆ cleanRepair()

tidy::cleanRepair ( )

@tentative-return-type @alias tidy_clean_repair

Definition at line 881 of file tidy.stub.php.

◆ diagnose()

tidy::diagnose ( )

@tentative-return-type @alias tidy_diagnose

Definition at line 905 of file tidy.stub.php.

◆ getConfig()

tidy::getConfig ( )

@tentative-return-type @alias tidy_get_config

Definition at line 917 of file tidy.stub.php.

◆ getHtmlVer()

tidy::getHtmlVer ( )

@tentative-return-type @alias tidy_get_html_ver

Definition at line 929 of file tidy.stub.php.

◆ getOpt()

tidy::getOpt ( string $option)

@tentative-return-type @alias tidy_getopt

Definition at line 875 of file tidy.stub.php.

◆ getOptDoc()

tidy::getOptDoc ( string $option)

@tentative-return-type @alias tidy_get_opt_doc

Definition at line 936 of file tidy.stub.php.

◆ getRelease()

tidy::getRelease ( )

@tentative-return-type @alias tidy_get_release

Definition at line 911 of file tidy.stub.php.

◆ getStatus()

tidy::getStatus ( )

@tentative-return-type @alias tidy_get_status

Definition at line 923 of file tidy.stub.php.

◆ head()

tidy::head ( )

@tentative-return-type @alias tidy_get_head

Definition at line 961 of file tidy.stub.php.

◆ html()

tidy::html ( )

@tentative-return-type @alias tidy_get_html

Definition at line 967 of file tidy.stub.php.

◆ isXhtml()

tidy::isXhtml ( )

@tentative-return-type @alias tidy_is_xhtml

Definition at line 943 of file tidy.stub.php.

◆ isXml()

tidy::isXml ( )

@tentative-return-type @alias tidy_is_xml

Definition at line 949 of file tidy.stub.php.

◆ parseFile()

tidy::parseFile ( string $filename,
array|string|null $config = null,
?string $encoding = null,
bool $useIncludePath = false )

@tentative-return-type

Definition at line 884 of file tidy.stub.php.

◆ parseString()

tidy::parseString ( string $string,
array|string|null $config = null,
?string $encoding = null )

@tentative-return-type

Definition at line 887 of file tidy.stub.php.

◆ repairFile()

static tidy::repairFile ( string $filename,
array|string|null $config = null,
?string $encoding = null,
bool $useIncludePath = false )
static

@tentative-return-type @alias tidy_repair_file

Definition at line 899 of file tidy.stub.php.

◆ repairString()

static tidy::repairString ( string $string,
array|string|null $config = null,
?string $encoding = null )
static

@tentative-return-type @alias tidy_repair_string

Definition at line 893 of file tidy.stub.php.

◆ root()

tidy::root ( )

@tentative-return-type @alias tidy_get_root

Definition at line 955 of file tidy.stub.php.

Field Documentation

◆ $errorBuffer

string tidy::$errorBuffer = null

Definition at line 866 of file tidy.stub.php.

◆ $value

string tidy::$value = null

Definition at line 867 of file tidy.stub.php.


The documentation for this class was generated from the following file: