PHP » GoLang |
login |
register |
about
|
GoLang tidy_get_output
request it (351)
GoLang replacement for PHP's tidy_get_output
[edit | history]
tidy_get_output(PHP 5, PHP 7, PECL tidy >= 0.5.2) tidy_get_output — Return a string representing the parsed tidy markup Return ValuesReturns the parsed tidy markup. Examples
Example #1 tidy_get_output() example
<?php The above example will output: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head> <title></title> </head> <body> <p>paragraph</p> </body> </html> |
more
Recently updated
more
Most requested
more
Last requests
|