tinyphp-function / htmlesc
Alias de htmlspecialchars
1.0.1
2025-01-11 17:45 UTC
This package is not auto-updated.
Last update: 2025-03-09 16:43:44 UTC
README
Instalación via composer
composer require tinyphp-function/htmlesc
Funciones
/** Convert special characters to HTML entities */
function htmlesc(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, string $encoding = null, bool $double_encode = true): string