tidy_config_count

tidy_config_count

(PHP 5, PHP 7, PECL tidy >= 0.5.2)

tidy_config_countReturns the Number of Tidy configuration errors encountered for specified document

Description

int tidy_config_count ( tidy $object )

Returns the number of errors encountered in the configuration of the specified tidy object.

Parameters

object

The Tidy object.

<