Query: ob_tidyhandler
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
OB_TIDYHANDLER(3) 1 OB_TIDYHANDLER(3) ob_tidyhandler - ob_start callback function to repair the bufferSYNOPSISstring ob_tidyhandler (string $input, [int $mode])DESCRIPTIONCallback function for ob_start(3) to repair the buffer.PARAMETERSo $input - The buffer. o $mode - The buffer mode.RETURN VALUESReturns the modified buffer.EXAMPLESExample #1 ob_tidyhandler(3) example <?php ob_start('ob_tidyhandler'); echo '<p>test</i>'; ?> 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 ALSOob_start(3). PHP Documentation Group OB_TIDYHANDLER(3)
Related Man Pages |
---|
ob_gzhandler(3) - php |
ob_iconv_handler(3) - php |
tidy_get_head(3) - php |
tidy_get_html(3) - php |
tidy.repairstring(3) - php |