update : 2015.11.03
php.shukuma.com검색:
|
tidy::repairFiletidy_repair_file(PHP 5, PECL tidy >= 0.7.0) tidy::repairFile -- tidy_repair_file — Repair a file and return it as a string 설명객체 기반 형식
string tidy::repairFile
( string
$filename
[, mixed $config
[, string $encoding
[, bool $use_include_path = false
]]] )절차식 형식
string tidy_repair_file
( string
$filename
[, mixed $config
[, string $encoding
[, bool $use_include_path = false
]]] )Repairs the given file and returns it as a string. 인수
반환값Returns the repaired contents as a string. 예제
Example #1 tidy::repairFile() example
<?php 주의
참고
|