|
PHP5中文手册
tidy_access_count(PHP 5, PECL tidy:0.5.2-1.2) tidy_access_count — Returns the Number of Tidy accessibility warnings encountered for specified document Description
int tidy_access_count
( tidy $object
)
tidy_access_count() returns the number of accessibility warnings found for the specified document.
Example#1 tidy_access_count() example
<?php See also tidy_error_count() and tidy_warning_count(). |