| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
tidy::getStatustidy_get_status(PHP 5, PECL tidy >= 0.5.2) tidy::getStatus -- tidy_get_status — Get status of specified document 설명객체 기반 형식 
   int tidy::getStatus
    ( void
   ) 
  절차식 형식 
   Returns the status for the specified tidy  반환값Returns 0 if no error/warning was raised, 1 for warnings or accessibility errors, or 2 for errors. 예제
 Example #1 tidy::getStatus() example 
<?php |