PHP » GoLang |
login |
register |
about
|
GoLang tidy::parseFile
request it (373)
GoLang replacement for PHP's tidy::parseFile
[edit | history]
tidy::parseFiletidy_parse_file(PHP 5, PHP 7, PECL tidy >= 0.5.2) tidy::parseFile -- tidy_parse_file — Parse markup in file or URI DescriptionObject oriented style
bool tidy::parseFile
( string
$filename
[, mixed $config
[, string $encoding
[, bool $use_include_path = FALSE
]]] )Procedural style
tidy tidy_parse_file
( string
$filename
[, mixed $config
[, string $encoding
[, bool $use_include_path = FALSE
]]] )Parses the given file. Parameters
Return Values
Returns Examples
Example #1 tidy::parseFile() example
<?php Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|