| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
tidy::parseFiletidy_parse_file(PHP 5, PECL tidy >= 0.5.2) tidy::parseFile -- tidy_parse_file — Parse markup in file or URI 설명객체 기반 형식 
   bool tidy::parseFile
    ( string  
  $filename
   [, mixed $config
   [, string $encoding
   [, bool $use_include_path = false
  ]]] )절차식 형식 
   tidy tidy_parse_file
    ( string  
  $filename
   [, mixed $config
   [, string $encoding
   [, bool $use_include_path = false
  ]]] )Parses the given file. 인수
 
 반환값
   성공 시  예제
 Example #1 tidy::parseFile() example 
<?php주의
 참고
  |