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.