KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
Tidy
ob_tidyhandler
tidy_access_count
tidy_config_count
tidy_error_count
tidy_get_error_buffer
tidy_get_output
tidy_load_config
tidy_reset_config
tidy_save_config
tidy_setopt
tidy_set_encoding
tidy_warning_count
Home
>
PHP
>
Function
>
Tidy
>
ob_tidyhandler()
ob_tidyhandler()
ob_tidyhandler - ob_start callback function to repair the buffer
Syntax
string
ob_tidyhandler
(
string
$input,
int
$mode)
Arguments
input - The buffer.
mode - The buffer mode.
Description
Callback function for ob_start() to repair the buffer.
Version
PHP 5
Return value
Returns the modified buffer.