tidy_diagnose

(PHP 5)

tidy_diagnose --  Run configured diagnostics on parsed and repaired markup.

Description

Procedural style:

bool tidy_diagnose ( resource tidy)

Object oriented style:

bool tidy->diagnose ( void )

tidy_diagnose() runs diagnostic tests on the given resource.

如果成功则返回 TRUE,失败则返回 FALSE