PHP » GoLang |
login |
register |
about
|
GoLang tidy::repairString
request it (417)
GoLang replacement for PHP's tidy::repairString
[edit | history]
tidy::repairStringtidy_repair_string(PHP 5, PHP 7, PECL tidy >= 0.7.0) tidy::repairString -- tidy_repair_string — Repair a string using an optionally provided configuration file DescriptionObject oriented style Procedural style Repairs the given string. Parameters
Return ValuesReturns the repaired string. Examples
Example #1 tidy::repairString() example
<?php The above example will output: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head> <title>test</title> </head> <body> <p>error</p> </body> </html> Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|