tinyphp-function / htmlesc
Alias de htmlspecialchars
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/tinyphp-function/htmlesc
This package is not auto-updated.
Last update: 2025-10-05 19:40:02 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