Home > PHP > Function > Tidy > tidy_access_count()

tidy_access_count()

tidy_access_count - Returns the Number of Tidy accessibility warnings encountered for specified document

Syntax

int tidy_access_count (tidy $object)

Arguments

  • object - The Tidyobject.

Description

tidy_access_count() returns the number of accessibility warnings found for the specified document.

Version

PHP 5, PECL tidy >= 0.5.2

Return value

Returns the number of warnings.