update : 2015.11.03
php.shukuma.com검색:
|
설명
tidy::__construct
([ string
$filename
[, mixed $config
[, string $encoding
[, bool $use_include_path
]]]] )Constructs a new tidy object. 인수
반환값Returns the new tidy instance. 예제
Example #1 tidy::__construct() example
<?php 위 예제의 출력: The following errors were detected: line 8 column 14 - Error: <bt> is not recognized! line 8 column 14 - Warning: discarding unexpected <bt> 참고
|