PHP » GoLang |
login |
register |
about
|
GoLang tidy::cleanRepair
request it (315)
GoLang replacement for PHP's tidy::cleanRepair
[edit | history]
tidy::cleanRepairtidy_clean_repair(PHP 5, PHP 7, PECL tidy >= 0.5.2) tidy::cleanRepair -- tidy_clean_repair — Execute configured cleanup and repair operations on parsed markup DescriptionObject oriented style
bool tidy::cleanRepair
( void
)
Procedural style
This function cleans and repairs the given tidy
Return Values
Returns Examples
Example #1 tidy::cleanrepair() example
<?php The above example will output: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head> <title></title> </head> <body> <p>test</p> </body> </html> See Also
|
more
Recently updated
more
Most requested
more
Last requests
|