ob_tidyhandler

PHP 5, PHP 7, PHP 8
ob_tidyhandler - ob_start callback function to repair the buffer
Manual
Code Examples

ob_tidyhandler( string$input, [int$mode] ): string

Callback function for ob_start to repair the buffer.

Parameters

input

The buffer.

mode

The buffer mode.

Return Values

Returns the modified buffer.

Related Functions

Example of ob_tidyhandler

Show all examples for ob_tidyhandler

PHP Version:


Function ob_tidyhandler:

Tidy Functions

Most used PHP functions