tinyphp-function / ob_extend
Extensión de funciones ob
1.0
2024-11-19 02:48 UTC
This package is not auto-updated.
Last update: 2024-11-20 01:01:14 UTC
README
Instalación via composer
composer require tinyphp-function/ob_extend
Funciones
/** Limpia ciertos niveles del buffer */
function ob_clean2level(int|null $level = null): string
/** Limpia todos los niveles del buffer */
function ob_clean_full(): string
/** Reinicia el buffer si es necesario */
function ob_restart(int|null $level = null): void