php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
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 |
Definition at line 864 of file tidy.stub.php.
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.
tidy::body | ( | ) |
@tentative-return-type @alias tidy_get_body
Definition at line 973 of file tidy.stub.php.
tidy::cleanRepair | ( | ) |
@tentative-return-type @alias tidy_clean_repair
Definition at line 881 of file tidy.stub.php.
tidy::diagnose | ( | ) |
@tentative-return-type @alias tidy_diagnose
Definition at line 905 of file tidy.stub.php.
tidy::getConfig | ( | ) |
@tentative-return-type @alias tidy_get_config
Definition at line 917 of file tidy.stub.php.
tidy::getHtmlVer | ( | ) |
@tentative-return-type @alias tidy_get_html_ver
Definition at line 929 of file tidy.stub.php.
tidy::getOpt | ( | string | $option | ) |
@tentative-return-type @alias tidy_getopt
Definition at line 875 of file tidy.stub.php.
tidy::getOptDoc | ( | string | $option | ) |
@tentative-return-type @alias tidy_get_opt_doc
Definition at line 936 of file tidy.stub.php.
tidy::getRelease | ( | ) |
@tentative-return-type @alias tidy_get_release
Definition at line 911 of file tidy.stub.php.
tidy::getStatus | ( | ) |
@tentative-return-type @alias tidy_get_status
Definition at line 923 of file tidy.stub.php.
tidy::head | ( | ) |
@tentative-return-type @alias tidy_get_head
Definition at line 961 of file tidy.stub.php.
tidy::html | ( | ) |
@tentative-return-type @alias tidy_get_html
Definition at line 967 of file tidy.stub.php.
tidy::isXhtml | ( | ) |
@tentative-return-type @alias tidy_is_xhtml
Definition at line 943 of file tidy.stub.php.
tidy::isXml | ( | ) |
@tentative-return-type @alias tidy_is_xml
Definition at line 949 of file tidy.stub.php.
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.
tidy::parseString | ( | string | $string, |
array|string|null | $config = null, | ||
?string | $encoding = null ) |
@tentative-return-type
Definition at line 887 of file tidy.stub.php.
|
static |
@tentative-return-type @alias tidy_repair_file
Definition at line 899 of file tidy.stub.php.
|
static |
@tentative-return-type @alias tidy_repair_string
Definition at line 893 of file tidy.stub.php.
tidy::root | ( | ) |
@tentative-return-type @alias tidy_get_root
Definition at line 955 of file tidy.stub.php.
string tidy::$errorBuffer = null |
Definition at line 866 of file tidy.stub.php.
string tidy::$value = null |
Definition at line 867 of file tidy.stub.php.