PHP » GoLang |
login |
register |
about
|
GoLang tidy::repairFile
request it (406)
GoLang replacement for PHP's tidy::repairFile
[edit | history]
tidy::repairFiletidy_repair_file(PHP 5, PHP 7, PECL tidy >= 0.7.0) tidy::repairFile -- tidy_repair_file — Repair a file and return it as a string DescriptionObject oriented style
string tidy::repairFile
( string
$filename
[, mixed $config
[, string $encoding
[, bool $use_include_path = FALSE
]]] )Procedural style
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. Parameters
Return ValuesReturns the repaired contents as a string. Examples
Example #1 tidy::repairFile() example
<?php Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|