| 
 | tidy::getStatustidy_get_statusGet status of specified document DescriptionObject oriented style 
   int tidy::getStatus
    ( void
   ) Procedural style 
   int tidy_get_status
    ( tidy  $object)
   Returns the status for the specified tidy  Parameters
 
 Return ValuesReturns 0 if no error/warning was raised, 1 for warnings or accessibility errors, or 2 for errors. Examples
 Example #1 tidy::getStatus example 
<?php |